Class CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty>
- Enclosing interface:
CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty
@Stability(Stable)
public static final class CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty>
A builder for
CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbehaviorType(String behaviorType) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
behaviorType
@Stability(Stable) public CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty.Builder behaviorType(String behaviorType) - Parameters:
behaviorType- Specifies the other channels that can be routed to an agent handling their current channel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty>- Returns:
- a new instance of
CfnRoutingProfilePropsMixin.CrossChannelBehaviorProperty - Throws:
NullPointerException- if any required attribute was not provided
-