User.Builder |
User.Builder.arn(String arn) |
The ARN of the user.
|
User.Builder |
User.Builder.authenticationType(String authenticationType) |
The authentication type for the user.
|
User.Builder |
User.Builder.authenticationType(AuthenticationType authenticationType) |
The authentication type for the user.
|
static User.Builder |
User.builder() |
|
User.Builder |
User.Builder.createdTime(Instant createdTime) |
The date and time the user was created in the user pool.
|
User.Builder |
User.Builder.enabled(Boolean enabled) |
Specifies whether the user in the user pool is enabled.
|
User.Builder |
User.Builder.firstName(String firstName) |
The first name, or given name, of the user.
|
User.Builder |
User.Builder.lastName(String lastName) |
The last name, or surname, of the user.
|
User.Builder |
User.Builder.status(String status) |
The status of the user in the user pool.
|
User.Builder |
User.toBuilder() |
|
User.Builder |
User.Builder.userName(String userName) |
The email address of the user.
|