Interface RoutingProfileQueueConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>,SdkBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>,SdkPojo
- Enclosing class:
- RoutingProfileQueueConfigSummary
public static interface RoutingProfileQueueConfigSummary.Builder extends SdkPojo, CopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutingProfileQueueConfigSummary.Builderchannel(String channel)The channels this queue supports.RoutingProfileQueueConfigSummary.Builderchannel(Channel channel)The channels this queue supports.RoutingProfileQueueConfigSummary.Builderdelay(Integer delay)The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.RoutingProfileQueueConfigSummary.Builderpriority(Integer priority)The order in which contacts are to be handled for the queue.RoutingProfileQueueConfigSummary.BuilderqueueArn(String queueArn)The Amazon Resource Name (ARN) of the queue.RoutingProfileQueueConfigSummary.BuilderqueueId(String queueId)The identifier for the queue.RoutingProfileQueueConfigSummary.BuilderqueueName(String queueName)The name of the queue.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
queueId
RoutingProfileQueueConfigSummary.Builder queueId(String queueId)
The identifier for the queue.
- Parameters:
queueId- The identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueArn
RoutingProfileQueueConfigSummary.Builder queueArn(String queueArn)
The Amazon Resource Name (ARN) of the queue.
- Parameters:
queueArn- The Amazon Resource Name (ARN) of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueName
RoutingProfileQueueConfigSummary.Builder queueName(String queueName)
The name of the queue.
- Parameters:
queueName- The name of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
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.
- Parameters:
priority- The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channel
RoutingProfileQueueConfigSummary.Builder channel(String channel)
The channels this queue supports.
-
channel
RoutingProfileQueueConfigSummary.Builder channel(Channel channel)
The channels this queue supports.
-
-