public static interface RedshiftConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<RedshiftConnectorProfileCredentials.Builder,RedshiftConnectorProfileCredentials>
| Modifier and Type | Method and Description |
|---|---|
RedshiftConnectorProfileCredentials.Builder |
password(String password)
The password that corresponds to the user name.
|
RedshiftConnectorProfileCredentials.Builder |
username(String username)
The name of the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftConnectorProfileCredentials.Builder username(String username)
The name of the user.
username - The name of the user.RedshiftConnectorProfileCredentials.Builder password(String password)
The password that corresponds to the user name.
password - The password that corresponds to the user name.Copyright © 2023. All rights reserved.