public static interface DeleteUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteUserAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteUserAttributesRequest.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.