Struct aws_sdk_appflow::model::connector_profile_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectorProfileConfig
Implementations
The connector-specific properties of the profile configuration.
pub fn set_connector_profile_properties(
self,
input: Option<ConnectorProfileProperties>
) -> Self
pub fn set_connector_profile_properties(
self,
input: Option<ConnectorProfileProperties>
) -> Self
The connector-specific properties of the profile configuration.
The connector-specific credentials required by each connector.
pub fn set_connector_profile_credentials(
self,
input: Option<ConnectorProfileCredentials>
) -> Self
pub fn set_connector_profile_credentials(
self,
input: Option<ConnectorProfileCredentials>
) -> Self
The connector-specific credentials required by each connector.
Consumes the builder and constructs a ConnectorProfileConfig
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