Class DrProtectionGroupMemberDatabase.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMemberDatabase.Builder
-
- Enclosing class:
- DrProtectionGroupMemberDatabase
public static class DrProtectionGroupMemberDatabase.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrProtectionGroupMemberDatabase
build()
DrProtectionGroupMemberDatabase.Builder
copy(DrProtectionGroupMemberDatabase model)
DrProtectionGroupMemberDatabase.Builder
memberId(String memberId)
DrProtectionGroupMemberDatabase.Builder
passwordVaultSecretId(String passwordVaultSecretId)
The OCID of the vault secret where the database SYSDBA password is stored.
-
-
-
Method Detail
-
memberId
public DrProtectionGroupMemberDatabase.Builder memberId(String memberId)
-
passwordVaultSecretId
public 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
-
build
public DrProtectionGroupMemberDatabase build()
-
copy
public DrProtectionGroupMemberDatabase.Builder copy(DrProtectionGroupMemberDatabase model)
-
-