public static interface AdminDeleteUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminDeleteUserAttributesRequest.Builder,AdminDeleteUserAttributesRequest>
Modifier and Type | Method and Description |
---|---|
AdminDeleteUserAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AdminDeleteUserAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
copy
applyMutation, build
AdminDeleteUserAttributesRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
AdminDeleteUserAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.