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