public static interface AdminDeleteUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
AdminDeleteUserAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AdminDeleteUserAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AdminDeleteUserAttributesRequest.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.