public static interface AssociateQueueQuickConnectsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateQueueQuickConnectsRequest.Builder,AssociateQueueQuickConnectsRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateQueueQuickConnectsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateQueueQuickConnectsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateQueueQuickConnectsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateQueueQuickConnectsRequest.Builder |
queueId(String queueId)
The identifier for the queue.
|
AssociateQueueQuickConnectsRequest.Builder |
quickConnectIds(Collection<String> quickConnectIds)
The quick connects to associate with this queue.
|
AssociateQueueQuickConnectsRequest.Builder |
quickConnectIds(String... quickConnectIds)
The quick connects to associate with this queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateQueueQuickConnectsRequest.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.AssociateQueueQuickConnectsRequest.Builder queueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.AssociateQueueQuickConnectsRequest.Builder quickConnectIds(Collection<String> quickConnectIds)
The quick connects to associate with this queue.
quickConnectIds - The quick connects to associate with this queue.AssociateQueueQuickConnectsRequest.Builder quickConnectIds(String... quickConnectIds)
The quick connects to associate with this queue.
quickConnectIds - The quick connects to associate with this queue.AssociateQueueQuickConnectsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateQueueQuickConnectsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.