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