@Generated(value="software.amazon.awssdk:codegen") public final class RoutingProfileQueueConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutingProfileQueueConfig.Builder,RoutingProfileQueueConfig>
Contains information about the queue and channel for which priority and delay can be set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutingProfileQueueConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RoutingProfileQueueConfig.Builder |
builder() |
Integer |
delay()
The delay, in seconds, a contact should be in the queue before they are routed to an available agent.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
priority()
The order in which contacts are to be handled for the queue.
|
RoutingProfileQueueReference |
queueReference()
Contains information about a queue resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoutingProfileQueueConfig.Builder> |
serializableBuilderClass() |
RoutingProfileQueueConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RoutingProfileQueueReference queueReference()
Contains information about a queue resource.
public final Integer priority()
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
public final 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.
public RoutingProfileQueueConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RoutingProfileQueueConfig.Builder,RoutingProfileQueueConfig>public static RoutingProfileQueueConfig.Builder builder()
public static Class<? extends RoutingProfileQueueConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.