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