Class RoutingProfileQueueConfig
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RoutingProfileQueueConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RoutingProfileQueueConfig.Builder,RoutingProfileQueueConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RoutingProfileQueueConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
queueReference
public final RoutingProfileQueueReference queueReference()
Contains information about a queue resource.
- Returns:
- Contains information about a queue resource.
-
priority
public final Integer priority()
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
- Returns:
- The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
-
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.
- Returns:
- 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.
-
toBuilder
public RoutingProfileQueueConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RoutingProfileQueueConfig.Builder,RoutingProfileQueueConfig>
-
builder
public static RoutingProfileQueueConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoutingProfileQueueConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-