| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SourceFlowConfig |
SourceFlowConfig.clone() |
SourceFlowConfig |
UpdateFlowRequest.getSourceFlowConfig() |
SourceFlowConfig |
CreateFlowRequest.getSourceFlowConfig()
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
SourceFlowConfig |
DescribeFlowResult.getSourceFlowConfig()
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
SourceFlowConfig |
SourceFlowConfig.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
SourceFlowConfig |
SourceFlowConfig.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
SourceFlowConfig |
SourceFlowConfig.withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
SourceFlowConfig |
SourceFlowConfig.withIncrementalPullConfig(IncrementalPullConfig incrementalPullConfig)
Defines the configuration for a scheduled incremental data pull.
|
SourceFlowConfig |
SourceFlowConfig.withSourceConnectorProperties(SourceConnectorProperties sourceConnectorProperties)
Specifies the information that is required to query a particular source connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFlowRequest.setSourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
void |
CreateFlowRequest.setSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
void |
DescribeFlowResult.setSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
UpdateFlowRequest |
UpdateFlowRequest.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
CreateFlowRequest |
CreateFlowRequest.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResult |
DescribeFlowResult.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
Copyright © 2021. All rights reserved.