public static interface AdminEnableUserRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminEnableUserRequest.Builder,AdminEnableUserRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminEnableUserRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AdminEnableUserRequest.Builder |
username(String username)
The user name of the user you wish to enable.
|
AdminEnableUserRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to enable the user.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAdminEnableUserRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to enable the user.
userPoolId - The user pool ID for the user pool where you want to enable the user.AdminEnableUserRequest.Builder username(String username)
The user name of the user you wish to enable.
username - The user name of the user you wish to enable.AdminEnableUserRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.