Class CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder
-
- Enclosing class:
- CreateShardPeerWithExadbXsNewVaultAndClusterDetails
public static class CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
protectionMode
public CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder protectionMode(DistributedDbProtectionMode protectionMode)
The protectionMode for the shard peer.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
transportType
public CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder transportType(DistributedDbTransportType transportType)
The redo transport type to use for this Data Guard association.- Parameters:
transportType- the value to set- Returns:
- this builder
-
availabilityDomain
public CreateShardPeerWithExadbXsNewVaultAndClusterDetails.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 CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder dbStorageVaultDetails(DbStorageVaultDetails dbStorageVaultDetails)
-
vmClusterDetails
public CreateShardPeerWithExadbXsNewVaultAndClusterDetails.Builder vmClusterDetails(VmClusterDetails vmClusterDetails)
-
build
public CreateShardPeerWithExadbXsNewVaultAndClusterDetails build()
-
-