Struct aws_sdk_workmail::input::create_user_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateUserInput
Implementations
The identifier of the organization for which the user is created.
The identifier of the organization for which the user is created.
The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.
The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.
The display name for the new user.
The display name for the new user.
The password for the new user.
Consumes the builder and constructs a CreateUserInput
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