Struct aws_sdk_appflow::model::marketo_connector_profile_credentials::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MarketoConnectorProfileCredentials
Implementations
The identifier for the desired client.
The identifier for the desired client.
The client secret used by the OAuth client to authenticate to the authorization server.
The client secret used by the OAuth client to authenticate to the authorization server.
The credentials used to access protected Marketo resources.
The credentials used to access protected Marketo resources.
The OAuth requirement needed to request security tokens from the connector endpoint.
The OAuth requirement needed to request security tokens from the connector endpoint.
Consumes the builder and constructs a MarketoConnectorProfileCredentials
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