Class CfnUserMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appstream.CfnUserMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserMixinProps>
- Enclosing interface:
CfnUserMixinProps
@Stability(Stable)
public static final class CfnUserMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserMixinProps>
A builder for
CfnUserMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationType(String authenticationType) Sets the value ofCfnUserMixinProps.getAuthenticationType()build()Builds the configured instance.Sets the value ofCfnUserMixinProps.getFirstName()Sets the value ofCfnUserMixinProps.getLastName()messageAction(String messageAction) Sets the value ofCfnUserMixinProps.getMessageAction()Sets the value ofCfnUserMixinProps.getUserName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationType
Sets the value ofCfnUserMixinProps.getAuthenticationType()- Parameters:
authenticationType- The authentication type for the user. You must specify USERPOOL.- Returns:
this
-
firstName
Sets the value ofCfnUserMixinProps.getFirstName()- Parameters:
firstName- The first name, or given name, of the user.- Returns:
this
-
lastName
Sets the value ofCfnUserMixinProps.getLastName()- Parameters:
lastName- The last name, or surname, of the user.- Returns:
this
-
messageAction
Sets the value ofCfnUserMixinProps.getMessageAction()- Parameters:
messageAction- The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.
- Returns:
this
-
userName
Sets the value ofCfnUserMixinProps.getUserName()- Parameters:
userName- The email address of the user. Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserMixinProps>- Returns:
- a new instance of
CfnUserMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-