Package com.oracle.bmc.nosql.model
Class UpdateTableDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.nosql.model.UpdateTableDetails.Builder
-
- Enclosing class:
- UpdateTableDetails
public static class UpdateTableDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTableDetails
build()
UpdateTableDetails.Builder
compartmentId(String compartmentId)
The OCID of the table’s current compartment.UpdateTableDetails.Builder
copy(UpdateTableDetails model)
UpdateTableDetails.Builder
ddlStatement(String ddlStatement)
Complete ALTER TABLE DDL statement.UpdateTableDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateTableDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateTableDetails.Builder
tableLimits(TableLimits tableLimits)
-
-
-
Method Detail
-
compartmentId
public UpdateTableDetails.Builder compartmentId(String compartmentId)
The OCID of the table’s current compartment.Required if the tableNameOrId path parameter is a table name. Optional if tableNameOrId is an OCID. If tableNameOrId is an OCID, and compartmentId is supplied, the latter must match the identified table’s compartmentId.
- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
ddlStatement
public UpdateTableDetails.Builder ddlStatement(String ddlStatement)
Complete ALTER TABLE DDL statement.- Parameters:
ddlStatement
- the value to set- Returns:
- this builder
-
tableLimits
public UpdateTableDetails.Builder tableLimits(TableLimits tableLimits)
-
freeformTags
public UpdateTableDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateTableDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateTableDetails build()
-
copy
public UpdateTableDetails.Builder copy(UpdateTableDetails model)
-
-