Struct aws_sdk_acm::input::put_account_configuration_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PutAccountConfigurationInput
Implementations
Specifies expiration events associated with an account.
Specifies expiration events associated with an account.
Customer-chosen string
used to distinguish between calls to PutAccountConfiguration
. Idempotency tokens
time out after one hour. If you call PutAccountConfiguration
multiple times with
the same unexpired idempotency token, ACM treats it as the same request and returns the
original result. If you change the idempotency token for each call, ACM treats each call as
a new request.
Customer-chosen string
used to distinguish between calls to PutAccountConfiguration
. Idempotency tokens
time out after one hour. If you call PutAccountConfiguration
multiple times with
the same unexpired idempotency token, ACM treats it as the same request and returns the
original result. If you change the idempotency token for each call, ACM treats each call as
a new request.
Consumes the builder and constructs a PutAccountConfigurationInput
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