Struct aws_sdk_appstream::model::user_stack_association::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UserStackAssociation
Implementations
The name of the stack that is associated with the user.
The name of the stack that is associated with the user.
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
The authentication type for the user.
The authentication type for the user.
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Consumes the builder and constructs a UserStackAssociation
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