Class CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SourceFlowConfigProperty>
- Enclosing interface:
CfnIntegrationPropsMixin.SourceFlowConfigProperty
@Stability(Stable)
public static final class CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationPropsMixin.SourceFlowConfigProperty>
A builder for
CfnIntegrationPropsMixin.SourceFlowConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectorProfileName(String connectorProfileName) connectorType(String connectorType) Sets the value ofCfnIntegrationPropsMixin.SourceFlowConfigProperty.getConnectorType()incrementalPullConfig(CfnIntegrationPropsMixin.IncrementalPullConfigProperty incrementalPullConfig) incrementalPullConfig(IResolvable incrementalPullConfig) sourceConnectorProperties(CfnIntegrationPropsMixin.SourceConnectorPropertiesProperty sourceConnectorProperties) sourceConnectorProperties(IResolvable sourceConnectorProperties)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorProfileName
@Stability(Stable) public CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder connectorProfileName(String connectorProfileName) - Parameters:
connectorProfileName- The name of the Amazon AppFlow connector profile. This name must be unique for each connector profile in the AWS account .- Returns:
this
-
connectorType
@Stability(Stable) public CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder connectorType(String connectorType) Sets the value ofCfnIntegrationPropsMixin.SourceFlowConfigProperty.getConnectorType()- Parameters:
connectorType- The type of connector, such as Salesforce, Marketo, and so on.- Returns:
this
-
incrementalPullConfig
@Stability(Stable) public CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder incrementalPullConfig(IResolvable incrementalPullConfig) - 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 CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder incrementalPullConfig(CfnIntegrationPropsMixin.IncrementalPullConfigProperty incrementalPullConfig) - 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 CfnIntegrationPropsMixin.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 CfnIntegrationPropsMixin.SourceFlowConfigProperty.Builder sourceConnectorProperties(CfnIntegrationPropsMixin.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<CfnIntegrationPropsMixin.SourceFlowConfigProperty>- Returns:
- a new instance of
CfnIntegrationPropsMixin.SourceFlowConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-