public class RoutingProfileQueueConfig
extends java.lang.Object
implements java.io.Serializable
Contains information about the queue and channel for which priority and delay can be set.
| Constructor and Description |
|---|
RoutingProfileQueueConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getDelay()
The delay, in seconds, a contact should be in the queue before they are
routed to an available agent.
|
java.lang.Integer |
getPriority()
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueReference |
getQueueReference()
Contains information about a queue resource.
|
int |
hashCode() |
void |
setDelay(java.lang.Integer delay)
The delay, in seconds, a contact should be in the queue before they are
routed to an available agent.
|
void |
setPriority(java.lang.Integer priority)
The order in which contacts are to be handled for the queue.
|
void |
setQueueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RoutingProfileQueueConfig |
withDelay(java.lang.Integer delay)
The delay, in seconds, a contact should be in the queue before they are
routed to an available agent.
|
RoutingProfileQueueConfig |
withPriority(java.lang.Integer priority)
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueConfig |
withQueueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
|
public RoutingProfileQueueReference getQueueReference()
Contains information about a queue resource.
Contains information about a queue resource.
public void setQueueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
queueReference - Contains information about a queue resource.
public RoutingProfileQueueConfig withQueueReference(RoutingProfileQueueReference queueReference)
Contains information about a queue resource.
Returns a reference to this object so that method calls can be chained together.
queueReference - Contains information about a queue resource.
public java.lang.Integer getPriority()
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Constraints:
Range: 1 - 99
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
public void setPriority(java.lang.Integer priority)
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Constraints:
Range: 1 - 99
priority - The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
public RoutingProfileQueueConfig withPriority(java.lang.Integer priority)
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 99
priority - The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
public java.lang.Integer getDelay()
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.
Constraints:
Range: 0 - 9999
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.
public void setDelay(java.lang.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.
Constraints:
Range: 0 - 9999
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.
public RoutingProfileQueueConfig withDelay(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 9999
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.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.