public static interface RoutingProfileQueueConfig.Builder extends SdkPojo, CopyableBuilder<RoutingProfileQueueConfig.Builder,RoutingProfileQueueConfig>
Modifier and Type | Method and Description |
---|---|
RoutingProfileQueueConfig.Builder |
delay(Integer delay)
The delay, in seconds, a contact should be in the queue before they are routed to an available agent.
|
RoutingProfileQueueConfig.Builder |
priority(Integer priority)
The order in which contacts are to be handled for the queue.
|
default RoutingProfileQueueConfig.Builder |
queueReference(Consumer<RoutingProfileQueueReference.Builder> queueReference)
Contains information about a queue resource.
|
RoutingProfileQueueConfig.Builder |
queueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RoutingProfileQueueConfig.Builder queueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
queueReference
- Contains information about a queue resource.default RoutingProfileQueueConfig.Builder queueReference(Consumer<RoutingProfileQueueReference.Builder> queueReference)
Contains information about a queue resource.
This is a convenience that creates an instance of theRoutingProfileQueueReference.Builder
avoiding
the need to create one manually via RoutingProfileQueueReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to queueReference(RoutingProfileQueueReference)
.queueReference
- a consumer that will call methods on RoutingProfileQueueReference.Builder
queueReference(RoutingProfileQueueReference)
RoutingProfileQueueConfig.Builder priority(Integer priority)
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
priority
- The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.RoutingProfileQueueConfig.Builder delay(Integer delay)
The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
delay
- The delay, in seconds, a contact should be in the queue before they are routed to an available agent.
For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.