public static interface BatchSuspendUserRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<BatchSuspendUserRequest.Builder,BatchSuspendUserRequest>
Modifier and Type | Method and Description |
---|---|
BatchSuspendUserRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
BatchSuspendUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchSuspendUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchSuspendUserRequest.Builder |
userIdList(Collection<String> userIdList)
The request containing the user IDs to suspend.
|
BatchSuspendUserRequest.Builder |
userIdList(String... userIdList)
The request containing the user IDs to suspend.
|
build
overrideConfiguration
copy
applyMutation, build
BatchSuspendUserRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.BatchSuspendUserRequest.Builder userIdList(Collection<String> userIdList)
The request containing the user IDs to suspend.
userIdList
- The request containing the user IDs to suspend.BatchSuspendUserRequest.Builder userIdList(String... userIdList)
The request containing the user IDs to suspend.
userIdList
- The request containing the user IDs to suspend.BatchSuspendUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchSuspendUserRequest.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.