public static interface RoutingProfileQueueConfigSummary.Builder extends SdkPojo, CopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>
Modifier and Type | Method and Description |
---|---|
RoutingProfileQueueConfigSummary.Builder |
channel(Channel channel)
The channels this queue supports.
|
RoutingProfileQueueConfigSummary.Builder |
channel(String channel)
The channels this queue supports.
|
RoutingProfileQueueConfigSummary.Builder |
delay(Integer delay)
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.
|
RoutingProfileQueueConfigSummary.Builder |
priority(Integer priority)
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueConfigSummary.Builder |
queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
|
RoutingProfileQueueConfigSummary.Builder |
queueId(String queueId)
The identifier for the queue.
|
RoutingProfileQueueConfigSummary.Builder |
queueName(String queueName)
The name of the queue.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RoutingProfileQueueConfigSummary.Builder queueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.RoutingProfileQueueConfigSummary.Builder queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
queueArn
- The Amazon Resource Name (ARN) of the queue.RoutingProfileQueueConfigSummary.Builder queueName(String queueName)
The name of the queue.
queueName
- The name of the queue.RoutingProfileQueueConfigSummary.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.RoutingProfileQueueConfigSummary.Builder delay(Integer delay)
The delay, in seconds, that 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, that 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.RoutingProfileQueueConfigSummary.Builder channel(String channel)
The channels this queue supports.
RoutingProfileQueueConfigSummary.Builder channel(Channel channel)
The channels this queue supports.