Struct aws_sdk_workmail::input::update_mailbox_quota_input::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateMailboxQuotaInput
Implementations
The identifier for the organization that contains the user for whom to update the mailbox quota.
The identifier for the organization that contains the user for whom to update the mailbox quota.
The identifer for the user for whom to update the mailbox quota.
The identifer for the user for whom to update the mailbox quota.
The updated mailbox quota, in MB, for the specified user.
The updated mailbox quota, in MB, for the specified user.
Consumes the builder and constructs a UpdateMailboxQuotaInput
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
