Class CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty>
- Enclosing interface:
CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty
@Stability(Stable)
public static final class CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.queueReference
(IResolvable queueReference) queueReference
(CfnRoutingProfile.RoutingProfileQueueReferenceProperty queueReference)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
queueReference
@Stability(Stable) public CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder queueReference(IResolvable queueReference) Sets the value ofCfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.getQueueReference()
- Parameters:
queueReference
- Contains the channel and queue identifier for a routing profile. This parameter is required.- Returns:
this
-
queueReference
@Stability(Stable) public CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.Builder queueReference(CfnRoutingProfile.RoutingProfileQueueReferenceProperty queueReference) Sets the value ofCfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty.getQueueReference()
- Parameters:
queueReference
- Contains the channel and queue identifier for a routing profile. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty>
- Returns:
- a new instance of
CfnRoutingProfile.RoutingProfileManualAssignmentQueueConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-