Interface RDSDatabaseCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RDSDatabaseCredentials.Builder,RDSDatabaseCredentials>,SdkBuilder<RDSDatabaseCredentials.Builder,RDSDatabaseCredentials>,SdkPojo
- Enclosing class:
- RDSDatabaseCredentials
public static interface RDSDatabaseCredentials.Builder extends SdkPojo, CopyableBuilder<RDSDatabaseCredentials.Builder,RDSDatabaseCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RDSDatabaseCredentials.Builderpassword(String password)Sets the value of the Password property for this object.RDSDatabaseCredentials.Builderusername(String username)Sets the value of the Username property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
username
RDSDatabaseCredentials.Builder username(String username)
Sets the value of the Username property for this object.- Parameters:
username- The new value for the Username property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
RDSDatabaseCredentials.Builder password(String password)
Sets the value of the Password property for this object.- Parameters:
password- The new value for the Password property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-