public static interface DisableUserRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DisableUserRequest.Builder,DisableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableUserRequest.Builder |
authenticationType(AuthenticationType authenticationType)
The authentication type for the user.
|
DisableUserRequest.Builder |
authenticationType(String authenticationType)
The authentication type for the user.
|
DisableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableUserRequest.Builder |
userName(String userName)
The email address of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableUserRequest.Builder userName(String userName)
The email address of the user.
Users' email addresses are case-sensitive.
userName - The email address of the user. Users' email addresses are case-sensitive.
DisableUserRequest.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,
AuthenticationTypeDisableUserRequest.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,
AuthenticationTypeDisableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.