Interface RedshiftDatabaseCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>,SdkBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>,SdkPojo
- Enclosing class:
- RedshiftDatabaseCredentials
public static interface RedshiftDatabaseCredentials.Builder extends SdkPojo, CopyableBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftDatabaseCredentials.Builderpassword(String password)Sets the value of the Password property for this object.RedshiftDatabaseCredentials.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, sdkFields
-
-
-
-
Method Detail
-
username
RedshiftDatabaseCredentials.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
RedshiftDatabaseCredentials.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.
-
-