Class CreateCatalogPeerWithExadbXsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.CreateCatalogPeerWithExadbXsDetails.Builder
-
- Enclosing class:
- CreateCatalogPeerWithExadbXsDetails
public static class CreateCatalogPeerWithExadbXsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCatalogPeerWithExadbXsDetailsbuild()CreateCatalogPeerWithExadbXsDetails.Buildercopy(CreateCatalogPeerWithExadbXsDetails model)CreateCatalogPeerWithExadbXsDetails.BuilderprotectionMode(DistributedDbProtectionMode protectionMode)The protectionMode for the catalog peer.CreateCatalogPeerWithExadbXsDetails.BuildertransportType(DistributedDbTransportType transportType)The redo transport type to use for this Data Guard association.CreateCatalogPeerWithExadbXsDetails.BuildervmClusterId(String vmClusterId)The OCID of the VM Cluster for the catalog peer.
-
-
-
Method Detail
-
vmClusterId
public CreateCatalogPeerWithExadbXsDetails.Builder vmClusterId(String vmClusterId)
The OCID of the VM Cluster for the catalog peer.- Parameters:
vmClusterId- the value to set- Returns:
- this builder
-
protectionMode
public CreateCatalogPeerWithExadbXsDetails.Builder protectionMode(DistributedDbProtectionMode protectionMode)
The protectionMode for the catalog peer.- Parameters:
protectionMode- the value to set- Returns:
- this builder
-
transportType
public CreateCatalogPeerWithExadbXsDetails.Builder transportType(DistributedDbTransportType transportType)
The redo transport type to use for this Data Guard association.- Parameters:
transportType- the value to set- Returns:
- this builder
-
build
public CreateCatalogPeerWithExadbXsDetails build()
-
copy
public CreateCatalogPeerWithExadbXsDetails.Builder copy(CreateCatalogPeerWithExadbXsDetails model)
-
-