Struct aws_sdk_appflow::model::destination_flow_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DestinationFlowConfig
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.
This stores the information that is required to query a particular connector.
pub fn set_destination_connector_properties(
self,
input: Option<DestinationConnectorProperties>
) -> Self
pub fn set_destination_connector_properties(
self,
input: Option<DestinationConnectorProperties>
) -> Self
This stores the information that is required to query a particular connector.
Consumes the builder and constructs a DestinationFlowConfig
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