public static interface AdminDisableUserRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminDisableUserRequest.Builder,AdminDisableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminDisableUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AdminDisableUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminDisableUserRequest.Builder |
username(String username)
The user name of the user you wish to disable.
|
AdminDisableUserRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to disable the user.
|
buildoverrideConfigurationcopyapplyMutation, buildAdminDisableUserRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to disable the user.
userPoolId - The user pool ID for the user pool where you want to disable the user.AdminDisableUserRequest.Builder username(String username)
The user name of the user you wish to disable.
username - The user name of the user you wish to disable.AdminDisableUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AdminDisableUserRequest.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.