public static class CreateDedicatedCatalogDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDedicatedCatalogDetail.Builder encryptionKeyDetails(DedicatedShardOrCatalogEncryptionKeyDetails encryptionKeyDetails)
public CreateDedicatedCatalogDetail.Builder adminPassword(String adminPassword)
Admin password for the catalog database.
adminPassword
- the value to setpublic CreateDedicatedCatalogDetail.Builder computeCount(Float computeCount)
The compute count for the catalog database. It has to be in multiple of 2.
computeCount
- the value to setpublic CreateDedicatedCatalogDetail.Builder dataStorageSizeInGbs(Double dataStorageSizeInGbs)
The data disk group size to be allocated in GBs for the catalog database.
dataStorageSizeInGbs
- the value to setpublic CreateDedicatedCatalogDetail.Builder isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Determines the auto-scaling mode for the catalog database.
isAutoScalingEnabled
- the value to setpublic CreateDedicatedCatalogDetail.Builder cloudAutonomousVmClusterId(String cloudAutonomousVmClusterId)
The OCID of the cloud Autonomous Exadata VM Cluster.
cloudAutonomousVmClusterId
- the value to setpublic CreateDedicatedCatalogDetail.Builder peerCloudAutonomousVmClusterId(String peerCloudAutonomousVmClusterId)
The OCID of the peer cloud Autonomous Exadata VM Cluster.
peerCloudAutonomousVmClusterId
- the value to setpublic CreateDedicatedCatalogDetail build()
public CreateDedicatedCatalogDetail.Builder copy(CreateDedicatedCatalogDetail model)
Copyright © 2016–2024. All rights reserved.