public static interface BatchUpdateUserRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateUserRequest.Builder,BatchUpdateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateUserRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
BatchUpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateUserRequest.Builder |
updateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
The request containing the user IDs and details to update.
|
BatchUpdateUserRequest.Builder |
updateUserRequestItems(Consumer<UpdateUserRequestItem.Builder>... updateUserRequestItems)
The request containing the user IDs and details to update.
|
BatchUpdateUserRequest.Builder |
updateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)
The request containing the user IDs and details to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateUserRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.BatchUpdateUserRequest.Builder updateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
The request containing the user IDs and details to update.
updateUserRequestItems - The request containing the user IDs and details to update.BatchUpdateUserRequest.Builder updateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)
The request containing the user IDs and details to update.
updateUserRequestItems - The request containing the user IDs and details to update.BatchUpdateUserRequest.Builder updateUserRequestItems(Consumer<UpdateUserRequestItem.Builder>... updateUserRequestItems)
The request containing the user IDs and details to update.
This is a convenience method that creates an instance of theUpdateUserRequestItem.Builder avoiding the need to create
one manually via UpdateUserRequestItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #updateUserRequestItems(List.
updateUserRequestItems - a consumer that will call methods on
UpdateUserRequestItem.Builder#updateUserRequestItems(java.util.Collection) BatchUpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.