public static interface AdminDisableUserRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminDisableUserRequest.Builder,AdminDisableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminDisableUserRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.