CopyableBuilder<UpdateUserAttributesRequest.Builder,UpdateUserAttributesRequest>, SdkBuilder<UpdateUserAttributesRequest.Builder,UpdateUserAttributesRequest>public static interface UpdateUserAttributesRequest.Builder extends CopyableBuilder<UpdateUserAttributesRequest.Builder,UpdateUserAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateUserAttributesRequest.Builder |
accessToken(String accessToken) |
The access token for the request to update user attributes.
|
UpdateUserAttributesRequest.Builder |
userAttributes(Collection<AttributeType> userAttributes) |
An array of name-value pairs representing user attributes.
|
UpdateUserAttributesRequest.Builder |
userAttributes(AttributeType... userAttributes) |
An array of name-value pairs representing user attributes.
|
copyapply, buildUpdateUserAttributesRequest.Builder userAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom: prefix to the attribute name.
userAttributes - An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom: prefix to the attribute name.
UpdateUserAttributesRequest.Builder userAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
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
#setUserAttributes(java.util.Collection) or #withUserAttributes(java.util.Collection) if you
want to override the existing values.
userAttributes - An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom: prefix to the attribute name.
UpdateUserAttributesRequest.Builder accessToken(String accessToken)
The access token for the request to update user attributes.
accessToken - The access token for the request to update user attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.