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 wish to delete.
|
DeleteUserAttributesRequest.Builder |
userAttributeNames(String... userAttributeNames)
An array of strings representing the user attribute names you wish to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserAttributesRequest.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.
DeleteUserAttributesRequest.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.
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 © 2019. All rights reserved.