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)
Add an optional request override configuration.
|
BatchUpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
BatchUpdateUserRequest.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 that creates an instance of theList.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 #updateUserRequestItems(List)
.updateUserRequestItems
- a consumer that will call methods on List.Builder
#updateUserRequestItems(List)
BatchUpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchUpdateUserRequest.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.