public static interface UpdateQueueMaxContactsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueMaxContactsRequest.Builder,UpdateQueueMaxContactsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateQueueMaxContactsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateQueueMaxContactsRequest.Builder |
maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
|
UpdateQueueMaxContactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateQueueMaxContactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateQueueMaxContactsRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateQueueMaxContactsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.UpdateQueueMaxContactsRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.UpdateQueueMaxContactsRequest.Builder maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
maxContacts - The maximum number of contacts that can be in the queue before it is considered full.UpdateQueueMaxContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateQueueMaxContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.