public static interface RedshiftDatabaseCredentials.Builder extends CopyableBuilder<RedshiftDatabaseCredentials.Builder,RedshiftDatabaseCredentials>
| Modifier and Type | Method and Description |
|---|---|
RedshiftDatabaseCredentials.Builder |
password(String password)
Sets the value of the Password property for this object.
|
RedshiftDatabaseCredentials.Builder |
username(String username)
Sets the value of the Username property for this object.
|
copyapply, buildRedshiftDatabaseCredentials.Builder username(String username)
username - The new value for the Username property for this object.RedshiftDatabaseCredentials.Builder password(String password)
password - The new value for the Password property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.