@Stability(value=Stable) public static final class CfnFlow.SourceFlowConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.SourceFlowConfigProperty>
CfnFlow.SourceFlowConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder connectorType(String connectorType)
CfnFlow.SourceFlowConfigProperty.getConnectorType()connectorType - The type of source connector, such as Salesforce, Amplitude, and so on. This parameter is required.
Allowed Values : S3 | Amplitude | Datadog | Dynatrace | Googleanalytics | Infornexus | Salesforce | Servicenow | Singular | Slack | Trendmicro | Veeva | Zendeskthis@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder sourceConnectorProperties(CfnFlow.SourceConnectorPropertiesProperty sourceConnectorProperties)
CfnFlow.SourceFlowConfigProperty.getSourceConnectorProperties()sourceConnectorProperties - Specifies the information that is required to query a particular source connector. This parameter is required.this@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder sourceConnectorProperties(IResolvable sourceConnectorProperties)
CfnFlow.SourceFlowConfigProperty.getSourceConnectorProperties()sourceConnectorProperties - Specifies the information that is required to query a particular source connector. This parameter is required.this@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder apiVersion(String apiVersion)
CfnFlow.SourceFlowConfigProperty.getApiVersion()apiVersion - `CfnFlow.SourceFlowConfigProperty.ApiVersion`.this@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder connectorProfileName(String connectorProfileName)
CfnFlow.SourceFlowConfigProperty.getConnectorProfileName()connectorProfileName - The name of the connector profile.
This name must be unique for each connector profile in the AWS account .this@Stability(value=Stable) public CfnFlow.SourceFlowConfigProperty.Builder incrementalPullConfig(CfnFlow.IncrementalPullConfigProperty incrementalPullConfig)
CfnFlow.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 CfnFlow.SourceFlowConfigProperty.Builder incrementalPullConfig(IResolvable incrementalPullConfig)
CfnFlow.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 CfnFlow.SourceFlowConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.SourceFlowConfigProperty>CfnFlow.SourceFlowConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.