Class CreateADBDedicatedAutoCreateTablespaceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemigration.model.CreateADBDedicatedAutoCreateTablespaceDetails.Builder
 
- 
- Enclosing class:
- CreateADBDedicatedAutoCreateTablespaceDetails
 
 public static class CreateADBDedicatedAutoCreateTablespaceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateADBDedicatedAutoCreateTablespaceDetails.BuilderblockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs)Size of Oracle database blocks in KB.CreateADBDedicatedAutoCreateTablespaceDetailsbuild()CreateADBDedicatedAutoCreateTablespaceDetails.Buildercopy(CreateADBDedicatedAutoCreateTablespaceDetails model)CreateADBDedicatedAutoCreateTablespaceDetails.BuilderextendSizeInMBs(Integer extendSizeInMBs)Size to extend the tablespace in MB.CreateADBDedicatedAutoCreateTablespaceDetails.BuilderisAutoCreate(Boolean isAutoCreate)Set this property to true to auto-create tablespaces in the target Database.CreateADBDedicatedAutoCreateTablespaceDetails.BuilderisBigFile(Boolean isBigFile)Set this property to true to enable tablespace of the type big file.
 
- 
- 
- 
Method Detail- 
isAutoCreatepublic CreateADBDedicatedAutoCreateTablespaceDetails.Builder isAutoCreate(Boolean isAutoCreate) Set this property to true to auto-create tablespaces in the target Database.Note: This is not applicable for Autonomous Database Serverless databases. - Parameters:
- isAutoCreate- the value to set
- Returns:
- this builder
 
 - 
isBigFilepublic CreateADBDedicatedAutoCreateTablespaceDetails.Builder isBigFile(Boolean isBigFile) Set this property to true to enable tablespace of the type big file.- Parameters:
- isBigFile- the value to set
- Returns:
- this builder
 
 - 
extendSizeInMBspublic CreateADBDedicatedAutoCreateTablespaceDetails.Builder extendSizeInMBs(Integer extendSizeInMBs) Size to extend the tablespace in MB.Note: Only applicable if ‘isBigFile’ property is set to true. - Parameters:
- extendSizeInMBs- the value to set
- Returns:
- this builder
 
 - 
blockSizeInKBspublic CreateADBDedicatedAutoCreateTablespaceDetails.Builder blockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs) Size of Oracle database blocks in KB.- Parameters:
- blockSizeInKBs- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateADBDedicatedAutoCreateTablespaceDetails build() 
 - 
copypublic CreateADBDedicatedAutoCreateTablespaceDetails.Builder copy(CreateADBDedicatedAutoCreateTablespaceDetails model) 
 
- 
 
-