Struct aws_sdk_appflow::model::connector_profile::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectorProfile
Implementations
The Amazon Resource Name (ARN) of the connector profile.
The Amazon Resource Name (ARN) of the connector profile.
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
The type of connector, such as Salesforce, Amplitude, and so on.
The type of connector, such as Salesforce, Amplitude, and so on.
Indicates the connection mode and if it is public or private.
Indicates the connection mode and if it is public or private.
The Amazon Resource Name (ARN) of the connector profile credentials.
The Amazon Resource Name (ARN) of the connector profile credentials.
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.
Specifies when the connector profile was created.
Specifies when the connector profile was created.
Specifies when the connector profile was last updated.
Specifies when the connector profile was last updated.
pub fn private_connection_provisioning_state(
self,
input: PrivateConnectionProvisioningState
) -> Self
pub fn private_connection_provisioning_state(
self,
input: PrivateConnectionProvisioningState
) -> Self
Specifies the private connection provisioning state.
pub fn set_private_connection_provisioning_state(
self,
input: Option<PrivateConnectionProvisioningState>
) -> Self
pub fn set_private_connection_provisioning_state(
self,
input: Option<PrivateConnectionProvisioningState>
) -> Self
Specifies the private connection provisioning state.
Consumes the builder and constructs a ConnectorProfile
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