Uses of Class
software.amazon.awscdk.services.connect.CfnRoutingProfile.Builder
Packages that use CfnRoutingProfile.Builder
-
Uses of CfnRoutingProfile.Builder in software.amazon.awscdk.services.connect
Methods in software.amazon.awscdk.services.connect that return CfnRoutingProfile.BuilderModifier and TypeMethodDescriptionCfnRoutingProfile.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 .static CfnRoutingProfile.BuilderCfnRoutingProfile.Builder.defaultOutboundQueueArn(String defaultOutboundQueueArn) The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.CfnRoutingProfile.Builder.description(String description) The description of the routing profile.CfnRoutingProfile.Builder.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.CfnRoutingProfile.Builder.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.CfnRoutingProfile.Builder.manualAssignmentQueueConfigs(List<? extends Object> manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.CfnRoutingProfile.Builder.manualAssignmentQueueConfigs(IResolvable manualAssignmentQueueConfigs) Contains information about the queue and channel for manual assignment behaviour can be enabled.CfnRoutingProfile.Builder.mediaConcurrencies(List<? extends Object> mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.CfnRoutingProfile.Builder.mediaConcurrencies(IResolvable mediaConcurrencies) The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.The name of the routing profile.CfnRoutingProfile.Builder.queueConfigs(List<? extends Object> queueConfigs) The inbound queues associated with the routing profile.CfnRoutingProfile.Builder.queueConfigs(IResolvable queueConfigs) The inbound queues associated with the routing profile.The tags used to organize, track, or control access for this resource.