Struct aws_sdk_appflow::model::connector_configuration::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectorConfiguration
Implementations
Specifies whether the connector can be used as a source.
Specifies whether the connector can be used as a source.
Specifies whether the connector can be used as a destination.
Specifies whether the connector can be used as a destination.
Appends an item to supported_destination_connectors
.
To override the contents of this collection use set_supported_destination_connectors
.
Lists the connectors that are available for use as destinations.
Lists the connectors that are available for use as destinations.
Appends an item to supported_scheduling_frequencies
.
To override the contents of this collection use set_supported_scheduling_frequencies
.
Specifies the supported flow frequency for that connector.
pub fn set_supported_scheduling_frequencies(
self,
input: Option<Vec<ScheduleFrequencyType>>
) -> Self
pub fn set_supported_scheduling_frequencies(
self,
input: Option<Vec<ScheduleFrequencyType>>
) -> Self
Specifies the supported flow frequency for that connector.
Specifies if PrivateLink is enabled for that connector.
Specifies if PrivateLink is enabled for that connector.
Specifies if a PrivateLink endpoint URL is required.
Specifies if a PrivateLink endpoint URL is required.
Appends an item to supported_trigger_types
.
To override the contents of this collection use set_supported_trigger_types
.
Specifies the supported trigger types for the flow.
Specifies the supported trigger types for the flow.
Specifies connector-specific metadata such as oAuthScopes
, supportedRegions
, privateLinkServiceUrl
, and so on.
Specifies connector-specific metadata such as oAuthScopes
, supportedRegions
, privateLinkServiceUrl
, and so on.
Consumes the builder and constructs a ConnectorConfiguration
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