Uses of Interface
software.amazon.awssdk.services.appflow.model.SourceFlowConfig.Builder
-
Packages that use SourceFlowConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SourceFlowConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SourceFlowConfig.Builder Modifier and Type Method Description SourceFlowConfig.BuilderSourceFlowConfig.Builder. apiVersion(String apiVersion)The API version of the connector when it's used as a source in the flow.static SourceFlowConfig.BuilderSourceFlowConfig. builder()SourceFlowConfig.BuilderSourceFlowConfig.Builder. connectorProfileName(String connectorProfileName)The name of the connector profile.SourceFlowConfig.BuilderSourceFlowConfig.Builder. connectorType(String connectorType)The type of connector, such as Salesforce, Amplitude, and so on.SourceFlowConfig.BuilderSourceFlowConfig.Builder. connectorType(ConnectorType connectorType)The type of connector, such as Salesforce, Amplitude, and so on.default SourceFlowConfig.BuilderSourceFlowConfig.Builder. incrementalPullConfig(Consumer<IncrementalPullConfig.Builder> incrementalPullConfig)Defines the configuration for a scheduled incremental data pull.SourceFlowConfig.BuilderSourceFlowConfig.Builder. incrementalPullConfig(IncrementalPullConfig incrementalPullConfig)Defines the configuration for a scheduled incremental data pull.default SourceFlowConfig.BuilderSourceFlowConfig.Builder. sourceConnectorProperties(Consumer<SourceConnectorProperties.Builder> sourceConnectorProperties)Specifies the information that is required to query a particular source connector.SourceFlowConfig.BuilderSourceFlowConfig.Builder. sourceConnectorProperties(SourceConnectorProperties sourceConnectorProperties)Specifies the information that is required to query a particular source connector.SourceFlowConfig.BuilderSourceFlowConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type SourceFlowConfig.Builder Modifier and Type Method Description static Class<? extends SourceFlowConfig.Builder>SourceFlowConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type SourceFlowConfig.Builder Modifier and Type Method Description default CreateFlowRequest.BuilderCreateFlowRequest.Builder. sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)The configuration that controls how Amazon AppFlow retrieves data from the source connector.default DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)The configuration that controls how Amazon AppFlow retrieves data from the source connector.default UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)Sets the value of the SourceFlowConfig property for this object.
-