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