Interface RedshiftConnectorProfileCredentials.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftConnectorProfileCredentials.Builder,RedshiftConnectorProfileCredentials>,SdkBuilder<RedshiftConnectorProfileCredentials.Builder,RedshiftConnectorProfileCredentials>,SdkPojo
- Enclosing class:
- RedshiftConnectorProfileCredentials
public static interface RedshiftConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<RedshiftConnectorProfileCredentials.Builder,RedshiftConnectorProfileCredentials>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftConnectorProfileCredentials.Builderpassword(String password)The password that corresponds to the user name.RedshiftConnectorProfileCredentials.Builderusername(String username)The name of the user.-
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
RedshiftConnectorProfileCredentials.Builder username(String username)
The name of the user.
- Parameters:
username- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
RedshiftConnectorProfileCredentials.Builder password(String password)
The password that corresponds to the user name.
- Parameters:
password- The password that corresponds to the user name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-