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