public static interface CreateUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
Modifier and Type | Method and Description |
---|---|
CreateUserRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
CreateUserRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
CreateUserRequest.Builder |
firstName(String firstName)
The first name, or given name, of the user.
|
CreateUserRequest.Builder |
lastName(String lastName)
The last name, or surname, of the user.
|
CreateUserRequest.Builder |
messageAction(MessageAction messageAction)
The action to take for the welcome email that is sent to a user after the user is created in the user pool.
|
CreateUserRequest.Builder |
messageAction(String messageAction)
The action to take for the welcome email that is sent to a user after the user is created in the user pool.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateUserRequest.Builder |
userName(String userName)
The email address of the user.
|
build
overrideConfiguration
copy
applyMutation, build
CreateUserRequest.Builder userName(String userName)
The email address of the user.
userName
- The email address of the user.CreateUserRequest.Builder messageAction(String 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.
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.
MessageAction
,
MessageAction
CreateUserRequest.Builder messageAction(MessageAction 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.
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.
MessageAction
,
MessageAction
CreateUserRequest.Builder firstName(String firstName)
The first name, or given name, of the user.
firstName
- The first name, or given name, of the user.CreateUserRequest.Builder lastName(String lastName)
The last name, or surname, of the user.
lastName
- The last name, or surname, of the user.CreateUserRequest.Builder authenticationType(String authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType
- The authentication type for the user. You must specify USERPOOL.AuthenticationType
,
AuthenticationType
CreateUserRequest.Builder authenticationType(AuthenticationType authenticationType)
The authentication type for the user. You must specify USERPOOL.
authenticationType
- The authentication type for the user. You must specify USERPOOL.AuthenticationType
,
AuthenticationType
CreateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.