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