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)
Add an optional request override configuration.
|
DeleteUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUserRequest.Builder |
userName(String userName)
The email address of the user.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteUserRequest.Builder userName(String userName)
The email address of the user.
userName - The email address of the user.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.