Struct aws_sdk_appflow::model::datadog_connector_profile_credentials::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DatadogConnectorProfileCredentials
Implementations
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
Consumes the builder and constructs a DatadogConnectorProfileCredentials
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