Class CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.DestinationFlowConfigProperty>
- Enclosing interface:
CfnFlowPropsMixin.DestinationFlowConfigProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.DestinationFlowConfigProperty>
A builder for
CfnFlowPropsMixin.DestinationFlowConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getApiVersion()build()Builds the configured instance.connectorProfileName(String connectorProfileName) connectorType(String connectorType) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getConnectorType()destinationConnectorProperties(CfnFlowPropsMixin.DestinationConnectorPropertiesProperty destinationConnectorProperties) destinationConnectorProperties(IResolvable destinationConnectorProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiVersion
@Stability(Stable) public CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder apiVersion(String apiVersion) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getApiVersion()- Parameters:
apiVersion- The API version that the destination connector uses.- Returns:
this
-
connectorProfileName
@Stability(Stable) public CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder connectorProfileName(String connectorProfileName) - Parameters:
connectorProfileName- The name of the connector profile. This name must be unique for each connector profile in the AWS account .- Returns:
this
-
connectorType
@Stability(Stable) public CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder connectorType(String connectorType) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getConnectorType()- Parameters:
connectorType- The type of destination connector, such as Sales force, Amazon S3, and so on.- Returns:
this
-
destinationConnectorProperties
@Stability(Stable) public CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder destinationConnectorProperties(IResolvable destinationConnectorProperties) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getDestinationConnectorProperties()- Parameters:
destinationConnectorProperties- This stores the information that is required to query a particular connector.- Returns:
this
-
destinationConnectorProperties
@Stability(Stable) public CfnFlowPropsMixin.DestinationFlowConfigProperty.Builder destinationConnectorProperties(CfnFlowPropsMixin.DestinationConnectorPropertiesProperty destinationConnectorProperties) Sets the value ofCfnFlowPropsMixin.DestinationFlowConfigProperty.getDestinationConnectorProperties()- Parameters:
destinationConnectorProperties- This stores the information that is required to query a particular connector.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.DestinationFlowConfigProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.DestinationFlowConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-