CopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>, SdkBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>public static interface DeleteUserAttributesRequest.Builder extends CopyableBuilder<DeleteUserAttributesRequest.Builder,DeleteUserAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteUserAttributesRequest.Builder |
accessToken(String accessToken) |
The access token used in the request to delete user attributes.
|
DeleteUserAttributesRequest.Builder |
userAttributeNames(String... userAttributeNames) |
An array of strings representing the user attribute names you wish to delete.
|
DeleteUserAttributesRequest.Builder |
userAttributeNames(Collection<String> userAttributeNames) |
An array of strings representing the user attribute names you wish to delete.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setUserAttributeNames(java.util.Collection) or #withUserAttributeNames(java.util.Collection)
if you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.