Class CfnConnectorProfile.ConnectorProfileConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnConnectorProfile.ConnectorProfileConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfile.ConnectorProfileConfigProperty>
- Enclosing interface:
CfnConnectorProfile.ConnectorProfileConfigProperty
@Stability(Stable)
public static final class CfnConnectorProfile.ConnectorProfileConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfile.ConnectorProfileConfigProperty>
A builder for
CfnConnectorProfile.ConnectorProfileConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.connectorProfileCredentials
(IResolvable connectorProfileCredentials) connectorProfileCredentials
(CfnConnectorProfile.ConnectorProfileCredentialsProperty connectorProfileCredentials) connectorProfileProperties
(IResolvable connectorProfileProperties) connectorProfileProperties
(CfnConnectorProfile.ConnectorProfilePropertiesProperty connectorProfileProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorProfileCredentials
@Stability(Stable) public CfnConnectorProfile.ConnectorProfileConfigProperty.Builder connectorProfileCredentials(IResolvable connectorProfileCredentials) Sets the value ofCfnConnectorProfile.ConnectorProfileConfigProperty.getConnectorProfileCredentials()
- Parameters:
connectorProfileCredentials
- The connector-specific credentials required by each connector.- Returns:
this
-
connectorProfileCredentials
@Stability(Stable) public CfnConnectorProfile.ConnectorProfileConfigProperty.Builder connectorProfileCredentials(CfnConnectorProfile.ConnectorProfileCredentialsProperty connectorProfileCredentials) Sets the value ofCfnConnectorProfile.ConnectorProfileConfigProperty.getConnectorProfileCredentials()
- Parameters:
connectorProfileCredentials
- The connector-specific credentials required by each connector.- Returns:
this
-
connectorProfileProperties
@Stability(Stable) public CfnConnectorProfile.ConnectorProfileConfigProperty.Builder connectorProfileProperties(IResolvable connectorProfileProperties) Sets the value ofCfnConnectorProfile.ConnectorProfileConfigProperty.getConnectorProfileProperties()
- Parameters:
connectorProfileProperties
- The connector-specific properties of the profile configuration.- Returns:
this
-
connectorProfileProperties
@Stability(Stable) public CfnConnectorProfile.ConnectorProfileConfigProperty.Builder connectorProfileProperties(CfnConnectorProfile.ConnectorProfilePropertiesProperty connectorProfileProperties) Sets the value ofCfnConnectorProfile.ConnectorProfileConfigProperty.getConnectorProfileProperties()
- Parameters:
connectorProfileProperties
- The connector-specific properties of the profile configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConnectorProfile.ConnectorProfileConfigProperty>
- Returns:
- a new instance of
CfnConnectorProfile.ConnectorProfileConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-