CopyableBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>
, SdkBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>
public static interface AdminUpdateUserAttributesRequest.Builder extends CopyableBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
AdminUpdateUserAttributesRequest.Builder |
userAttributes(Collection<AttributeType> userAttributes) |
An array of name-value pairs representing user attributes.
|
AdminUpdateUserAttributesRequest.Builder |
userAttributes(AttributeType... userAttributes) |
An array of name-value pairs representing user attributes.
|
AdminUpdateUserAttributesRequest.Builder |
username(String username) |
The user name of the user for whom you want to update user attributes.
|
AdminUpdateUserAttributesRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool where you want to update user attributes.
|
copy
apply, build
AdminUpdateUserAttributesRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to update user attributes.
userPoolId
- The user pool ID for the user pool where you want to update user attributes.AdminUpdateUserAttributesRequest.Builder username(String username)
The user name of the user for whom you want to update user attributes.
username
- The user name of the user for whom you want to update user attributes.AdminUpdateUserAttributesRequest.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.
AdminUpdateUserAttributesRequest.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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.