Struct aws_sdk_appflow::model::source_flow_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for SourceFlowConfig
Implementations
The type of connector, such as Salesforce, Amplitude, and so on.
The type of connector, such as Salesforce, Amplitude, and so on.
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
Specifies the information that is required to query a particular source connector.
pub fn set_source_connector_properties(
self,
input: Option<SourceConnectorProperties>
) -> Self
pub fn set_source_connector_properties(
self,
input: Option<SourceConnectorProperties>
) -> Self
Specifies the information that is required to query a particular source connector.
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.
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.
Consumes the builder and constructs a SourceFlowConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more