Class DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabasev26.model.DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder
-
- Enclosing class:
- DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster
public static class DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder name(String name)
-
timeCreated
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder timeCreated(Date timeCreated)
-
timeUpdated
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder timeUpdated(Date timeUpdated)
-
metadata
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder metadata(DistributedDbMetadata metadata)
-
dbHomeId
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder dbHomeId(String dbHomeId)
The OCID of the Database Home.- Parameters:
dbHomeId- the value to set- Returns:
- this builder
-
vaultId
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.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 DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.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 DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.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
-
status
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder status(DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Status status)
Status of distributed database shard.- Parameters:
status- the value to set- Returns:
- this builder
-
supportingResourceId
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder supportingResourceId(String supportingResourceId)
the identifier of the underlying supporting resource.- Parameters:
supportingResourceId- the value to set- Returns:
- this builder
-
containerDatabaseId
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder containerDatabaseId(String containerDatabaseId)
the identifier of the container database for underlying supporting resource.- Parameters:
containerDatabaseId- the value to set- Returns:
- this builder
-
availabilityDomain
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder availabilityDomain(String availabilityDomain)
The name of the availability domain that the distributed database shard will be located in.- Parameters:
availabilityDomain- the value to set- Returns:
- this builder
-
dbStorageVaultDetails
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder dbStorageVaultDetails(DistributedDbStorageVault dbStorageVaultDetails)
-
vmClusterDetails
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder vmClusterDetails(DistributedDbVmCluster vmClusterDetails)
-
protectionMode
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder protectionMode(DistributedDbProtectionMode protectionMode)
The protection mode used for the Data Guard association.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
transportType
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster.Builder transportType(DistributedDbTransportType transportType)
The transport type used for the Data Guard association.- Parameters:
transportType- the value to set- Returns:
- this builder
-
build
public DistributedDatabaseShardDatabaseWithExadbXsNewVaultAndCluster build()
-
-