public static interface DeleteUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserAttributesRequest.Builder |
accessToken(String accessToken)
The access token used in the request to delete user attributes.
|
DeleteUserAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUserAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUserAttributesRequest.Builder |
userAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
DeleteUserAttributesRequest.Builder |
userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserAttributesRequest.Builder userAttributeNames(Collection<String> userAttributeNames)
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute
name.
userAttributeNames - An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
DeleteUserAttributesRequest.Builder userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the attribute
name.
userAttributeNames - An array of strings representing the user attribute names you want to delete.
For custom attributes, you must prependattach the custom: prefix to the front of the
attribute name.
DeleteUserAttributesRequest.Builder accessToken(String accessToken)
The access token used in the request to delete user attributes.
accessToken - The access token used in the request to delete user attributes.DeleteUserAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUserAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.