public static interface UpdateUserRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateUserRequest.Builder |
operations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest.Builder |
operations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest.Builder |
operations(Consumer<AttributeOperation.Builder>... operations)
A list of
AttributeOperation objects to apply to the requested user. |
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserRequest.Builder |
userId(String userId)
The identifier for a user in the identity store.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUserRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.UpdateUserRequest.Builder userId(String userId)
The identifier for a user in the identity store.
userId - The identifier for a user in the identity store.UpdateUserRequest.Builder operations(Collection<AttributeOperation> operations)
A list of AttributeOperation objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
operations - A list of AttributeOperation objects to apply to the requested user. These operations
might add, replace, or remove an attribute.UpdateUserRequest.Builder operations(AttributeOperation... operations)
A list of AttributeOperation objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
operations - A list of AttributeOperation objects to apply to the requested user. These operations
might add, replace, or remove an attribute.UpdateUserRequest.Builder operations(Consumer<AttributeOperation.Builder>... operations)
A list of AttributeOperation objects to apply to the requested user. These operations might add,
replace, or remove an attribute.
AttributeOperation.Builder avoiding the need to
create one manually via
AttributeOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #operations(List.
operations - a consumer that will call methods on
AttributeOperation.Builder#operations(java.util.Collection) UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.