public static interface EnableUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<EnableUserRequest.Builder,EnableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableUserRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
EnableUserRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
EnableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableUserRequest.Builder |
userName(String userName)
The email address of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableUserRequest.Builder userName(String 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.
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.
EnableUserRequest.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,
AuthenticationTypeEnableUserRequest.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,
AuthenticationTypeEnableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.