public static class CreateDataGuardAssociationToExistingDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder databaseSoftwareImageId(String databaseSoftwareImageId)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder databaseAdminPassword(String databaseAdminPassword)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder protectionMode(CreateDataGuardAssociationDetails.ProtectionMode protectionMode)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder transportType(CreateDataGuardAssociationDetails.TransportType transportType)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder isActiveDataGuardEnabled(Boolean isActiveDataGuardEnabled)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder peerDbUniqueName(String peerDbUniqueName)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder peerSidPrefix(String peerSidPrefix)
public CreateDataGuardAssociationToExistingDbSystemDetails.Builder peerDbSystemId(String peerDbSystemId)
The OCID of the
DB system in which to create the standby database. You must supply this value if
creationType is ExistingDbSystem
.
peerDbSystemId
- the value to setpublic CreateDataGuardAssociationToExistingDbSystemDetails.Builder peerDbHomeId(String peerDbHomeId)
The OCID of the DB home in which to create the standby database. You must supply this value to create standby database with an existing DB home
peerDbHomeId
- the value to setpublic CreateDataGuardAssociationToExistingDbSystemDetails build()
Copyright © 2016–2023. All rights reserved.