Class CreateMySqlDbSystemReplicationUserDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.CreateMySqlDbSystemReplicationUserDetails.Builder
 
- 
- Enclosing class:
- CreateMySqlDbSystemReplicationUserDetails
 
 public static class CreateMySqlDbSystemReplicationUserDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMySqlDbSystemReplicationUserDetailsbuild()CreateMySqlDbSystemReplicationUserDetails.Buildercopy(CreateMySqlDbSystemReplicationUserDetails model)CreateMySqlDbSystemReplicationUserDetails.BuilderpasswordVaultSecretId(String passwordVaultSecretId)The OCID of the vault secret where the HeatWave MySQL DB System password is stored.CreateMySqlDbSystemReplicationUserDetails.Builderusername(String username)The user name for connecting to the HeatWave MySQL DB System node.
 
- 
- 
- 
Method Detail- 
usernamepublic CreateMySqlDbSystemReplicationUserDetails.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
 
 - 
passwordVaultSecretIdpublic CreateMySqlDbSystemReplicationUserDetails.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
 
 - 
buildpublic CreateMySqlDbSystemReplicationUserDetails build() 
 - 
copypublic CreateMySqlDbSystemReplicationUserDetails.Builder copy(CreateMySqlDbSystemReplicationUserDetails model) 
 
- 
 
-