Package com.oracle.bmc.usageapi.model
Class CustomTable.Builder
- java.lang.Object
-
- com.oracle.bmc.usageapi.model.CustomTable.Builder
-
- Enclosing class:
- CustomTable
public static class CustomTable.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomTable
build()
CustomTable.Builder
compartmentId(String compartmentId)
The custom table compartment OCID.CustomTable.Builder
copy(CustomTable model)
CustomTable.Builder
id(String id)
The custom table OCID.CustomTable.Builder
savedCustomTable(SavedCustomTable savedCustomTable)
CustomTable.Builder
savedReportId(String savedReportId)
The custom table associated saved report OCID.
-
-
-
Method Detail
-
id
public CustomTable.Builder id(String id)
The custom table OCID.- Parameters:
id
- the value to set- Returns:
- this builder
-
savedReportId
public CustomTable.Builder savedReportId(String savedReportId)
The custom table associated saved report OCID.- Parameters:
savedReportId
- the value to set- Returns:
- this builder
-
compartmentId
public CustomTable.Builder compartmentId(String compartmentId)
The custom table compartment OCID.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
savedCustomTable
public CustomTable.Builder savedCustomTable(SavedCustomTable savedCustomTable)
-
build
public CustomTable build()
-
copy
public CustomTable.Builder copy(CustomTable model)
-
-