Class CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabasev26.model.CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder
-
- Enclosing class:
- CreateDistributedDatabaseShardDatabaseWithExadbXsDetails
public static class CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
vmClusterId
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder vmClusterId(String vmClusterId)
The OCID of the VmCluster.- Parameters:
vmClusterId- the value to set- Returns:
- this builder
-
adminPassword
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder adminPassword(char[] adminPassword)
The admin password for the shard associated with Globally distributed database.- Parameters:
adminPassword- the value to set- Returns:
- this builder
-
adminPassword
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder adminPassword(String adminPassword)
-
vaultId
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.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 CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.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 CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.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
-
protectionMode
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder protectionMode(DistributedDbProtectionMode protectionMode)
The protection mode used for the Data Guard association.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
transportType
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails.Builder transportType(DistributedDbTransportType transportType)
The transport type used for the Data Guard association.- Parameters:
transportType- the value to set- Returns:
- this builder
-
build
public CreateDistributedDatabaseShardDatabaseWithExadbXsDetails build()
-
-