@Stability(value=Stable) public static final class CfnIntegration.SourceFlowConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.SourceFlowConfigProperty>
CfnIntegration.SourceFlowConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder connectorType(String connectorType)
CfnIntegration.SourceFlowConfigProperty.getConnectorType()connectorType - The type of connector, such as Salesforce, Marketo, and so on. This parameter is required.this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder sourceConnectorProperties(CfnIntegration.SourceConnectorPropertiesProperty sourceConnectorProperties)
CfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()sourceConnectorProperties - Specifies the information that is required to query a particular source connector. This parameter is required.this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder sourceConnectorProperties(IResolvable sourceConnectorProperties)
CfnIntegration.SourceFlowConfigProperty.getSourceConnectorProperties()sourceConnectorProperties - Specifies the information that is required to query a particular source connector. This parameter is required.this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder connectorProfileName(String connectorProfileName)
CfnIntegration.SourceFlowConfigProperty.getConnectorProfileName()connectorProfileName - The name of the Amazon AppFlow connector profile.
This name must be unique for each connector profile in the AWS account .this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder incrementalPullConfig(CfnIntegration.IncrementalPullConfigProperty incrementalPullConfig)
CfnIntegration.SourceFlowConfigProperty.getIncrementalPullConfig()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.this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty.Builder incrementalPullConfig(IResolvable incrementalPullConfig)
CfnIntegration.SourceFlowConfigProperty.getIncrementalPullConfig()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.this@Stability(value=Stable) public CfnIntegration.SourceFlowConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.SourceFlowConfigProperty>CfnIntegration.SourceFlowConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.