Class UpdateADBDedicatedAutoCreateTablespaceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemigration.model.UpdateADBDedicatedAutoCreateTablespaceDetails.Builder
 
- 
- Enclosing class:
- UpdateADBDedicatedAutoCreateTablespaceDetails
 
 public static class UpdateADBDedicatedAutoCreateTablespaceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateADBDedicatedAutoCreateTablespaceDetails.BuilderblockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs)Size of Oracle database blocks in KB.UpdateADBDedicatedAutoCreateTablespaceDetailsbuild()UpdateADBDedicatedAutoCreateTablespaceDetails.Buildercopy(UpdateADBDedicatedAutoCreateTablespaceDetails model)UpdateADBDedicatedAutoCreateTablespaceDetails.BuilderextendSizeInMBs(Integer extendSizeInMBs)Size to extend the tablespace in MB.UpdateADBDedicatedAutoCreateTablespaceDetails.BuilderisAutoCreate(Boolean isAutoCreate)Set this property to true to auto-create tablespaces in the target Database.UpdateADBDedicatedAutoCreateTablespaceDetails.BuilderisBigFile(Boolean isBigFile)Set this property to true to enable tablespace of the type big file.
 
- 
- 
- 
Method Detail- 
isAutoCreatepublic UpdateADBDedicatedAutoCreateTablespaceDetails.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 UpdateADBDedicatedAutoCreateTablespaceDetails.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 UpdateADBDedicatedAutoCreateTablespaceDetails.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 UpdateADBDedicatedAutoCreateTablespaceDetails.Builder blockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs) Size of Oracle database blocks in KB.- Parameters:
- blockSizeInKBs- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateADBDedicatedAutoCreateTablespaceDetails build() 
 - 
copypublic UpdateADBDedicatedAutoCreateTablespaceDetails.Builder copy(UpdateADBDedicatedAutoCreateTablespaceDetails model) 
 
- 
 
-