Package com.oracle.bmc.nosql.model
Class CreateTableDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.nosql.model.CreateTableDetails.Builder
 
- 
- Enclosing class:
- CreateTableDetails
 
 public static class CreateTableDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateTableDetailsbuild()CreateTableDetails.BuildercompartmentId(String compartmentId)Compartment Identifier.CreateTableDetails.Buildercopy(CreateTableDetails model)CreateTableDetails.BuilderddlStatement(String ddlStatement)Complete CREATE TABLE DDL statement.CreateTableDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateTableDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateTableDetails.BuilderisAutoReclaimable(Boolean isAutoReclaimable)True if table can be reclaimed after an idle period.CreateTableDetails.Buildername(String name)Table name.CreateTableDetails.BuildertableLimits(TableLimits tableLimits)
 
- 
- 
- 
Method Detail- 
namepublic CreateTableDetails.Builder name(String name) Table name.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateTableDetails.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
ddlStatementpublic CreateTableDetails.Builder ddlStatement(String ddlStatement) Complete CREATE TABLE DDL statement.- Parameters:
- ddlStatement- the value to set
- Returns:
- this builder
 
 - 
tableLimitspublic CreateTableDetails.Builder tableLimits(TableLimits tableLimits) 
 - 
isAutoReclaimablepublic CreateTableDetails.Builder isAutoReclaimable(Boolean isAutoReclaimable) True if table can be reclaimed after an idle period.- Parameters:
- isAutoReclaimable- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateTableDetails.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
 
 - 
definedTagspublic CreateTableDetails.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
 
 - 
buildpublic CreateTableDetails build() 
 - 
copypublic CreateTableDetails.Builder copy(CreateTableDetails model) 
 
- 
 
-