Class CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
password
@Stability(Stable) public CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.Builder password(String password) Sets the value ofCfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.getPassword()- Parameters:
password- The password that corresponds to the user name.- Returns:
this
-
username
@Stability(Stable) public CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.Builder username(String username) Sets the value ofCfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty.getUsername()- Parameters:
username- The name of the user.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.RedshiftConnectorProfileCredentialsProperty - Throws:
NullPointerException- if any required attribute was not provided
-