public static class UpdateTableDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
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.
compartmentId
- the value to setpublic UpdateTableDetails.Builder ddlStatement(String ddlStatement)
Complete ALTER TABLE DDL statement.
ddlStatement
- the value to setpublic UpdateTableDetails.Builder tableLimits(TableLimits tableLimits)
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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateTableDetails build()
public UpdateTableDetails.Builder copy(UpdateTableDetails model)
Copyright © 2016–2024. All rights reserved.