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