Class CfnRoutingProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin>
- Enclosing class:
CfnRoutingProfilePropsMixin
@Stability(Stable)
public static final class CfnRoutingProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin>
A fluent builder for
CfnRoutingProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionagentAvailabilityTimer(String agentAvailabilityTimer) Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .build()create()create(CfnPropertyMixinOptions options) defaultOutboundQueueArn(String defaultOutboundQueueArn) The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.description(String description) The description of the routing profile.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.manualAssignmentQueueConfigs(List<? extends Object> manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.manualAssignmentQueueConfigs(IResolvable manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.mediaConcurrencies(List<? extends Object> mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.mediaConcurrencies(IResolvable mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.The name of the routing profile.queueConfigs(List<? extends Object> queueConfigs) The inbound queues associated with the routing profile.queueConfigs(IResolvable queueConfigs) The inbound queues associated with the routing profile.The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnRoutingProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRoutingProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRoutingProfilePropsMixin.Builder.
-
agentAvailabilityTimer
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder agentAvailabilityTimer(String agentAvailabilityTimer) Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time .- Parameters:
agentAvailabilityTimer- Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time . This parameter is required.- Returns:
this- See Also:
-
defaultOutboundQueueArn
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder defaultOutboundQueueArn(String defaultOutboundQueueArn) The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.- Parameters:
defaultOutboundQueueArn- The Amazon Resource Name (ARN) of the default outbound queue for the routing profile. This parameter is required.- Returns:
this- See Also:
-
description
The description of the routing profile.- Parameters:
description- The description of the routing profile. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
manualAssignmentQueueConfigs
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder manualAssignmentQueueConfigs(IResolvable manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.- Parameters:
manualAssignmentQueueConfigs- Contains information about the queue and channel for manual assignment behaviour can be enabled. This parameter is required.- Returns:
this- See Also:
-
manualAssignmentQueueConfigs
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder manualAssignmentQueueConfigs(List<? extends Object> manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.- Parameters:
manualAssignmentQueueConfigs- Contains information about the queue and channel for manual assignment behaviour can be enabled. This parameter is required.- Returns:
this- See Also:
-
mediaConcurrencies
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder mediaConcurrencies(IResolvable mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.- Parameters:
mediaConcurrencies- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. This parameter is required.- Returns:
this- See Also:
-
mediaConcurrencies
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder mediaConcurrencies(List<? extends Object> mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.- Parameters:
mediaConcurrencies- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. This parameter is required.- Returns:
this- See Also:
-
name
The name of the routing profile.- Parameters:
name- The name of the routing profile. This parameter is required.- Returns:
this- See Also:
-
queueConfigs
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder queueConfigs(IResolvable queueConfigs) The inbound queues associated with the routing profile.If no queue is added, the agent can make only outbound calls.
- Parameters:
queueConfigs- The inbound queues associated with the routing profile. This parameter is required.- Returns:
this- See Also:
-
queueConfigs
@Stability(Stable) public CfnRoutingProfilePropsMixin.Builder queueConfigs(List<? extends Object> queueConfigs) The inbound queues associated with the routing profile.If no queue is added, the agent can make only outbound calls.
- Parameters:
queueConfigs- The inbound queues associated with the routing profile. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingProfilePropsMixin>- Returns:
- a newly built instance of
CfnRoutingProfilePropsMixin.
-