public static interface AdminDeleteUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminDeleteUserAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AdminDeleteUserAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminDeleteUserAttributesRequest.Builder |
userAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
|
AdminDeleteUserAttributesRequest.Builder |
userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
|
AdminDeleteUserAttributesRequest.Builder |
username(String username)
The user name of the user from which you would like to delete attributes.
|
AdminDeleteUserAttributesRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete user attributes.
|
buildrequestOverrideConfigcopyapply, buildAdminDeleteUserAttributesRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete user attributes.
userPoolId - The user pool ID for the user pool where you want to delete user attributes.AdminDeleteUserAttributesRequest.Builder username(String username)
The user name of the user from which you would like to delete attributes.
username - The user name of the user from which you would like to delete attributes.AdminDeleteUserAttributesRequest.Builder userAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
For custom attributes, you must prepend the custom: prefix to the attribute name.
userAttributeNames - An array of strings representing the user attribute names you wish to delete.
For custom attributes, you must prepend the custom: prefix to the attribute name.
AdminDeleteUserAttributesRequest.Builder userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
For custom attributes, you must prepend the custom: prefix to the attribute name.
userAttributeNames - An array of strings representing the user attribute names you wish to delete.
For custom attributes, you must prepend the custom: prefix to the attribute name.
AdminDeleteUserAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AdminDeleteUserAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.