Class DrProtectionGroupMemberDatabase.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMemberDatabase.Builder
 
- 
- Enclosing class:
- DrProtectionGroupMemberDatabase
 
 public static class DrProtectionGroupMemberDatabase.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DrProtectionGroupMemberDatabasebuild()DrProtectionGroupMemberDatabase.Buildercopy(DrProtectionGroupMemberDatabase model)DrProtectionGroupMemberDatabase.BuildermemberId(String memberId)DrProtectionGroupMemberDatabase.BuilderpasswordVaultSecretId(String passwordVaultSecretId)The OCID of the vault secret where the database SYSDBA password is stored.
 
- 
- 
- 
Method Detail- 
memberIdpublic DrProtectionGroupMemberDatabase.Builder memberId(String memberId) 
 - 
passwordVaultSecretIdpublic DrProtectionGroupMemberDatabase.Builder passwordVaultSecretId(String passwordVaultSecretId) The OCID of the vault secret where the database SYSDBA password is stored.This password is used for performing database DR operations. Example: ocid1.vaultsecret.oc1..uniqueID - Parameters:
- passwordVaultSecretId- the value to set
- Returns:
- this builder
 
 - 
buildpublic DrProtectionGroupMemberDatabase build() 
 - 
copypublic DrProtectionGroupMemberDatabase.Builder copy(DrProtectionGroupMemberDatabase model) 
 
- 
 
-