Interface PendingModifiedRelationalDatabaseValues.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PendingModifiedRelationalDatabaseValues.Builder,,- PendingModifiedRelationalDatabaseValues> - SdkBuilder<PendingModifiedRelationalDatabaseValues.Builder,,- PendingModifiedRelationalDatabaseValues> - SdkPojo
- Enclosing class:
- PendingModifiedRelationalDatabaseValues
@Mutable
@NotThreadSafe
public static interface PendingModifiedRelationalDatabaseValues.Builder
extends SdkPojo, CopyableBuilder<PendingModifiedRelationalDatabaseValues.Builder,PendingModifiedRelationalDatabaseValues> 
- 
Method SummaryModifier and TypeMethodDescriptionbackupRetentionEnabled(Boolean backupRetentionEnabled) A Boolean value indicating whether automated backup retention is enabled.engineVersion(String engineVersion) The database engine version.masterUserPassword(String masterUserPassword) The password for the master user of the database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
masterUserPasswordThe password for the master user of the database. - Parameters:
- masterUserPassword- The password for the master user of the database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineVersionThe database engine version. - Parameters:
- engineVersion- The database engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backupRetentionEnabledPendingModifiedRelationalDatabaseValues.Builder backupRetentionEnabled(Boolean backupRetentionEnabled) A Boolean value indicating whether automated backup retention is enabled. - Parameters:
- backupRetentionEnabled- A Boolean value indicating whether automated backup retention is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-