public static interface AdminUpdateUserAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AdminUpdateUserAttributesRequest.Builder,AdminUpdateUserAttributesRequest>
Modifier and Type | Method and Description |
---|---|
AdminUpdateUserAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AdminUpdateUserAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AdminUpdateUserAttributesRequest.Builder |
userAttributes(AttributeType... userAttributes)
An array of name-value pairs representing user attributes.
|
AdminUpdateUserAttributesRequest.Builder |
userAttributes(Collection<AttributeType> userAttributes)
An array of name-value pairs representing user attributes.
|
AdminUpdateUserAttributesRequest.Builder |
userAttributes(Consumer<AttributeType.Builder>... 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.
|
build
overrideConfiguration
copy
applyMutation, 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.
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(Consumer<AttributeType.Builder>... userAttributes)
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #userAttributes(List)
.userAttributes
- a consumer that will call methods on List.Builder
#userAttributes(List)
AdminUpdateUserAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AdminUpdateUserAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.