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