public static interface UserStackAssociation.Builder extends SdkPojo, CopyableBuilder<UserStackAssociation.Builder,UserStackAssociation>
| Modifier and Type | Method and Description |
|---|---|
UserStackAssociation.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
UserStackAssociation.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
UserStackAssociation.Builder |
sendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
UserStackAssociation.Builder |
stackName(String stackName)
The name of the stack that is associated with the user.
|
UserStackAssociation.Builder |
userName(String userName)
The email address of the user who is associated with the stack.
|
copyapplyMutation, buildUserStackAssociation.Builder stackName(String stackName)
The name of the stack that is associated with the user.
stackName - The name of the stack that is associated with the user.UserStackAssociation.Builder userName(String userName)
The email address of the user who is associated with the stack.
userName - The email address of the user who is associated with the stack.UserStackAssociation.Builder authenticationType(String authenticationType)
The authentication type for the user.
authenticationType - The authentication type for the user.AuthenticationType,
AuthenticationTypeUserStackAssociation.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
authenticationType - The authentication type for the user.AuthenticationType,
AuthenticationTypeUserStackAssociation.Builder sendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
sendEmailNotification - Specifies whether a welcome email is sent to a user after the user is created in the user pool.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.