Class CfnIntegration.SourceFlowConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.SourceFlowConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration.SourceFlowConfigProperty>
- Enclosing interface:
- CfnIntegration.SourceFlowConfigProperty
@Stability(Stable)
public static final class CfnIntegration.SourceFlowConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.SourceFlowConfigProperty>
A builder for
CfnIntegration.SourceFlowConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.connectorProfileName
(String connectorProfileName) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getConnectorProfileName()
connectorType
(String connectorType) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getConnectorType()
incrementalPullConfig
(IResolvable incrementalPullConfig) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getIncrementalPullConfig()
incrementalPullConfig
(CfnIntegration.IncrementalPullConfigProperty incrementalPullConfig) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getIncrementalPullConfig()
sourceConnectorProperties
(IResolvable sourceConnectorProperties) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()
sourceConnectorProperties
(CfnIntegration.SourceConnectorPropertiesProperty sourceConnectorProperties) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorType
@Stability(Stable) public CfnIntegration.SourceFlowConfigProperty.Builder connectorType(String connectorType) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getConnectorType()
- Parameters:
connectorType
- The type of connector, such as Salesforce, Marketo, and so on. This parameter is required.- Returns:
this
-
sourceConnectorProperties
@Stability(Stable) public CfnIntegration.SourceFlowConfigProperty.Builder sourceConnectorProperties(IResolvable sourceConnectorProperties) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()
- Parameters:
sourceConnectorProperties
- Specifies the information that is required to query a particular source connector. This parameter is required.- Returns:
this
-
sourceConnectorProperties
@Stability(Stable) public CfnIntegration.SourceFlowConfigProperty.Builder sourceConnectorProperties(CfnIntegration.SourceConnectorPropertiesProperty sourceConnectorProperties) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()
- Parameters:
sourceConnectorProperties
- Specifies the information that is required to query a particular source connector. This parameter is required.- Returns:
this
-
connectorProfileName
@Stability(Stable) public CfnIntegration.SourceFlowConfigProperty.Builder connectorProfileName(String connectorProfileName) Sets the value ofCfnIntegration.SourceFlowConfigProperty.getConnectorProfileName()
- 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
-
incrementalPullConfig
@Stability(Stable) public CfnIntegration.SourceFlowConfigProperty.Builder incrementalPullConfig(IResolvable incrementalPullConfig) Sets the value ofCfnIntegration.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 CfnIntegration.SourceFlowConfigProperty.Builder incrementalPullConfig(CfnIntegration.IncrementalPullConfigProperty incrementalPullConfig) Sets the value ofCfnIntegration.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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIntegration.SourceFlowConfigProperty>
- Returns:
- a new instance of
CfnIntegration.SourceFlowConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-