Interface BatchUpdateUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<BatchUpdateUserRequest.Builder,BatchUpdateUserRequest>,SdkBuilder<BatchUpdateUserRequest.Builder,BatchUpdateUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateUserRequest
public static interface BatchUpdateUserRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateUserRequest.Builder,BatchUpdateUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateUserRequest.BuilderaccountId(String accountId)The Amazon Chime account ID.BatchUpdateUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateUserRequest.BuilderupdateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)The request containing the user IDs and details to update.BatchUpdateUserRequest.BuilderupdateUserRequestItems(Consumer<UpdateUserRequestItem.Builder>... updateUserRequestItems)The request containing the user IDs and details to update.BatchUpdateUserRequest.BuilderupdateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)The request containing the user IDs and details to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
BatchUpdateUserRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
- Parameters:
accountId- The Amazon Chime account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateUserRequestItems
BatchUpdateUserRequest.Builder updateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
The request containing the user IDs and details to update.
- Parameters:
updateUserRequestItems- The request containing the user IDs and details to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateUserRequestItems
BatchUpdateUserRequest.Builder updateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)
The request containing the user IDs and details to update.
- Parameters:
updateUserRequestItems- The request containing the user IDs and details to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateUserRequestItems
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.Builderavoiding the need to create one manually viaUpdateUserRequestItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#updateUserRequestItems(List.) - Parameters:
updateUserRequestItems- a consumer that will call methods onUpdateUserRequestItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updateUserRequestItems(java.util.Collection)
-
overrideConfiguration
BatchUpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-