Interface UserStackAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserStackAssociation.Builder,
,UserStackAssociation> SdkBuilder<UserStackAssociation.Builder,
,UserStackAssociation> SdkPojo
- Enclosing class:
UserStackAssociation
public static interface UserStackAssociation.Builder
extends SdkPojo, CopyableBuilder<UserStackAssociation.Builder,UserStackAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationType
(String authenticationType) The authentication type for the user.authenticationType
(AuthenticationType authenticationType) The authentication type for the user.sendEmailNotification
(Boolean sendEmailNotification) Specifies whether a welcome email is sent to a user after the user is created in the user pool.The name of the stack that is associated with the user.The email address of the user who is associated with the stack.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
stackName
The name of the stack that is associated with the user.
- Parameters:
stackName
- The name of the stack that is associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
- Parameters:
userName
- The email address of the user who is associated with the stack.Users' email addresses are case-sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationType
The authentication type for the user.
- Parameters:
authenticationType
- The authentication type for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationType
The authentication type for the user.
- Parameters:
authenticationType
- The authentication type for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sendEmailNotification
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
- Parameters:
sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is created in the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-