Class CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder
-
- Enclosing class:
- CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails
public static class CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
tdeWalletPassword
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder tdeWalletPassword(String tdeWalletPassword)
-
tdeWalletPasswordSecretId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder tdeWalletPasswordSecretId(String tdeWalletPasswordSecretId)
-
tdeWalletPasswordSecretVersionNumber
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder tdeWalletPasswordSecretVersionNumber(Integer tdeWalletPasswordSecretVersionNumber)
-
adminPassword
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder adminPassword(char[] adminPassword)
The admin password for the catalog associated with Globally distributed database.- Parameters:
adminPassword- the value to set- Returns:
- this builder
-
adminPassword
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder adminPassword(String adminPassword)
-
adminPasswordSecretId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder adminPasswordSecretId(String adminPasswordSecretId)
The OCI vault secret [/Content/General/Concepts/identifiers.htm]OCID.This cannot be used in conjunction with adminPassword.
- Parameters:
adminPasswordSecretId- the value to set- Returns:
- this builder
-
adminPasswordSecretVersionNumber
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder adminPasswordSecretVersionNumber(Integer adminPasswordSecretVersionNumber)
The version of the vault secret.If no version is specified, the latest version will be used.
- Parameters:
adminPasswordSecretVersionNumber- the value to set- Returns:
- this builder
-
vaultId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder vaultId(String vaultId)
The OCID of the Oracle Cloud Infrastructure vault.This parameter and kmsKeyId are required for Customer Managed Keys.
- Parameters:
vaultId- the value to set- Returns:
- this builder
-
kmsKeyId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.- Parameters:
kmsKeyId- the value to set- Returns:
- this builder
-
kmsKeyVersionId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder kmsKeyVersionId(String kmsKeyVersionId)
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions.- Parameters:
kmsKeyVersionId- the value to set- Returns:
- this builder
-
availabilityDomain
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain that the distributed database catalog will be located in.- Parameters:
availabilityDomain- the value to set- Returns:
- this builder
-
exascaleDbStorageVaultId
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder exascaleDbStorageVaultId(String exascaleDbStorageVaultId)
The OCID of the exascale db storage vault.- Parameters:
exascaleDbStorageVaultId- the value to set- Returns:
- this builder
-
vmClusterDetails
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder vmClusterDetails(VmClusterDetails vmClusterDetails)
-
protectionMode
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder protectionMode(DistributedDbProtectionMode protectionMode)
The protection mode used for the Data Guard association.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
transportType
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails.Builder transportType(DistributedDbTransportType transportType)
The transport type used for the Data Guard association.- Parameters:
transportType- the value to set- Returns:
- this builder
-
build
public CreateDistributedDatabaseCatalogWithExadbXsNewClusterDetails build()
-
-