Class CfnFlowPropsMixin.SourceFlowConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.SourceFlowConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.SourceFlowConfigProperty>
- Enclosing interface:
CfnFlowPropsMixin.SourceFlowConfigProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.SourceFlowConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.SourceFlowConfigProperty>
A builder for
CfnFlowPropsMixin.SourceFlowConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getApiVersion()build()Builds the configured instance.connectorProfileName(String connectorProfileName) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getConnectorProfileName()connectorType(String connectorType) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getConnectorType()incrementalPullConfig(CfnFlowPropsMixin.IncrementalPullConfigProperty incrementalPullConfig) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getIncrementalPullConfig()incrementalPullConfig(IResolvable incrementalPullConfig) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getIncrementalPullConfig()sourceConnectorProperties(CfnFlowPropsMixin.SourceConnectorPropertiesProperty sourceConnectorProperties) sourceConnectorProperties(IResolvable sourceConnectorProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiVersion
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder apiVersion(String apiVersion) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getApiVersion()- Parameters:
apiVersion- The API version of the connector when it's used as a source in the flow.- Returns:
this
-
connectorProfileName
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder connectorProfileName(String connectorProfileName) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getConnectorProfileName()- 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.SourceFlowConfigProperty.Builder connectorType(String connectorType) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getConnectorType()- Parameters:
connectorType- The type of connector, such as Salesforce, Amplitude, and so on.- Returns:
this
-
incrementalPullConfig
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder incrementalPullConfig(IResolvable incrementalPullConfig) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getIncrementalPullConfig()- Parameters:
incrementalPullConfig- Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.- Returns:
this
-
incrementalPullConfig
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder incrementalPullConfig(CfnFlowPropsMixin.IncrementalPullConfigProperty incrementalPullConfig) Sets the value ofCfnFlowPropsMixin.SourceFlowConfigProperty.getIncrementalPullConfig()- Parameters:
incrementalPullConfig- Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.- Returns:
this
-
sourceConnectorProperties
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder sourceConnectorProperties(IResolvable sourceConnectorProperties) - Parameters:
sourceConnectorProperties- Specifies the information that is required to query a particular source connector.- Returns:
this
-
sourceConnectorProperties
@Stability(Stable) public CfnFlowPropsMixin.SourceFlowConfigProperty.Builder sourceConnectorProperties(CfnFlowPropsMixin.SourceConnectorPropertiesProperty sourceConnectorProperties) - Parameters:
sourceConnectorProperties- Specifies the information that is required to query a particular source connector.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.SourceFlowConfigProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.SourceFlowConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-