Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnQueuePropsMixin.Builder
Packages that use CfnQueuePropsMixin.Builder
-
Uses of CfnQueuePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.connect
Methods in software.amazon.awscdk.cfnpropertymixins.services.connect that return CfnQueuePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create()static CfnQueuePropsMixin.BuilderCfnQueuePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnQueuePropsMixin.Builder.description(String description) The description of the queue.CfnQueuePropsMixin.Builder.hoursOfOperationArn(String hoursOfOperationArn) The Amazon Resource Name (ARN) of the hours of operation.CfnQueuePropsMixin.Builder.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.CfnQueuePropsMixin.Builder.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.CfnQueuePropsMixin.Builder.maxContacts(Number maxContacts) The maximum number of contacts that can be in the queue before it is considered full.The name of the queue.CfnQueuePropsMixin.Builder.outboundCallerConfig(CfnQueuePropsMixin.OutboundCallerConfigProperty outboundCallerConfig) The outbound caller ID name, number, and outbound whisper flow.CfnQueuePropsMixin.Builder.outboundCallerConfig(IResolvable outboundCallerConfig) The outbound caller ID name, number, and outbound whisper flow.CfnQueuePropsMixin.Builder.outboundEmailConfig(CfnQueuePropsMixin.OutboundEmailConfigProperty outboundEmailConfig) The outbound email address ID for a specified queue.CfnQueuePropsMixin.Builder.outboundEmailConfig(IResolvable outboundEmailConfig) The outbound email address ID for a specified queue.CfnQueuePropsMixin.Builder.quickConnectArns(List<String> quickConnectArns) The Amazon Resource Names (ARN) of the of the quick connects available to agents who are working the queue.The status of the queue.The tags used to organize, track, or control access for this resource.