public static class UpdateADBDedicatedAutoCreateTablespaceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
isAutoCreate
- the value to setpublic UpdateADBDedicatedAutoCreateTablespaceDetails.Builder isBigFile(Boolean isBigFile)
Set this property to true to enable tablespace of the type big file.
isBigFile
- the value to setpublic UpdateADBDedicatedAutoCreateTablespaceDetails.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 UpdateADBDedicatedAutoCreateTablespaceDetails.Builder blockSizeInKBs(DataPumpTablespaceBlockSizesInKb blockSizeInKBs)
Size of Oracle database blocks in KB.
blockSizeInKBs
- the value to setpublic UpdateADBDedicatedAutoCreateTablespaceDetails build()
public UpdateADBDedicatedAutoCreateTablespaceDetails.Builder copy(UpdateADBDedicatedAutoCreateTablespaceDetails model)
Copyright © 2016–2024. All rights reserved.