public static class ADBDedicatedAutoCreateTablespaceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
isAutoCreate
- the value to setpublic ADBDedicatedAutoCreateTablespaceDetails.Builder isBigFile(Boolean isBigFile)
Set this property to true to enable tablespace of the type big file.
isBigFile
- the value to setpublic ADBDedicatedAutoCreateTablespaceDetails.Builder extendSizeInMBs(Integer extendSizeInMBs)
Size to extend the tablespace in MB. Note: Only applicable if ‘isBigFile’ property is set to true.
extendSizeInMBs
- the value to setpublic ADBDedicatedAutoCreateTablespaceDetails.Builder blockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs)
Size of Oracle database blocks in KB.
blockSizeInKBs
- the value to setpublic ADBDedicatedAutoCreateTablespaceDetails build()
public ADBDedicatedAutoCreateTablespaceDetails.Builder copy(ADBDedicatedAutoCreateTablespaceDetails model)
Copyright © 2016–2024. All rights reserved.