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.
|
buildoverrideConfigurationcopyapplyMutation, buildBatchSuspendUserRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchSuspendUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.