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