Class CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty>
- Enclosing interface:
CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty
@Stability(Stable)
public static final class CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.getDelay()queueReference(IResolvable queueReference)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
delay
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder delay(Number delay) Sets the value ofCfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.getDelay()- Parameters:
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:
this
-
priority
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder priority(Number priority) - Parameters:
priority- The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay .- Returns:
this
-
queueReference
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder queueReference(IResolvable queueReference) - Parameters:
queueReference- Contains information about a queue resource.- Returns:
this
-
queueReference
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty.Builder queueReference(CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty queueReference) - Parameters:
queueReference- Contains information about a queue resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty>- Returns:
- a new instance of
CfnRoutingProfilePropsMixin.RoutingProfileQueueConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-