Class MySqlDbSystemReplicationUserDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.MySqlDbSystemReplicationUserDetails.Builder
-
- Enclosing class:
- MySqlDbSystemReplicationUserDetails
public static class MySqlDbSystemReplicationUserDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MySqlDbSystemReplicationUserDetails
build()
MySqlDbSystemReplicationUserDetails.Builder
copy(MySqlDbSystemReplicationUserDetails model)
MySqlDbSystemReplicationUserDetails.Builder
passwordVaultSecretId(String passwordVaultSecretId)
The OCID of the vault secret where the HeatWave MySQL DB System password is stored.MySqlDbSystemReplicationUserDetails.Builder
username(String username)
The user name for connecting to the HeatWave MySQL DB System node.
-
-
-
Method Detail
-
username
public MySqlDbSystemReplicationUserDetails.Builder username(String username)
The user name for connecting to the HeatWave MySQL DB System node.Example: user
- Parameters:
username
- the value to set- Returns:
- this builder
-
passwordVaultSecretId
public MySqlDbSystemReplicationUserDetails.Builder passwordVaultSecretId(String passwordVaultSecretId)
The OCID of the vault secret where the HeatWave MySQL DB System password is stored.Example: ocid1.vaultsecret.oc1..uniqueID
- Parameters:
passwordVaultSecretId
- the value to set- Returns:
- this builder
-
build
public MySqlDbSystemReplicationUserDetails build()
-
copy
public MySqlDbSystemReplicationUserDetails.Builder copy(MySqlDbSystemReplicationUserDetails model)
-
-