Class CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty>
- Enclosing interface:
CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty
@Stability(Stable)
public static final class CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channel
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Builder channel(String channel) - Parameters:
channel- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.- Returns:
this
-
queueArn
@Stability(Stable) public CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty.Builder queueArn(String queueArn) - Parameters:
queueArn- The Amazon Resource Name (ARN) of the queue.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty>- Returns:
- a new instance of
CfnRoutingProfilePropsMixin.RoutingProfileQueueReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-