Class CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty>
- Enclosing interface:
CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty
@Stability(Stable)
public static final class CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterContactWorkConfig(CfnUserPropsMixin.AfterContactWorkConfigProperty afterContactWorkConfig) afterContactWorkConfig(IResolvable afterContactWorkConfig) agentFirstCallbackAfterContactWorkConfig(CfnUserPropsMixin.AfterContactWorkConfigProperty agentFirstCallbackAfterContactWorkConfig) agentFirstCallbackAfterContactWorkConfig(IResolvable agentFirstCallbackAfterContactWorkConfig) build()Builds the configured instance.Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getChannel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
afterContactWorkConfig
@Stability(Stable) public CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder afterContactWorkConfig(IResolvable afterContactWorkConfig) Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getAfterContactWorkConfig()- Parameters:
afterContactWorkConfig- After Contact Work configuration.- Returns:
this
-
afterContactWorkConfig
@Stability(Stable) public CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder afterContactWorkConfig(CfnUserPropsMixin.AfterContactWorkConfigProperty afterContactWorkConfig) Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getAfterContactWorkConfig()- Parameters:
afterContactWorkConfig- After Contact Work configuration.- Returns:
this
-
agentFirstCallbackAfterContactWorkConfig
@Stability(Stable) public CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder agentFirstCallbackAfterContactWorkConfig(IResolvable agentFirstCallbackAfterContactWorkConfig) Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getAgentFirstCallbackAfterContactWorkConfig()- Parameters:
agentFirstCallbackAfterContactWorkConfig- After Contact Work configuration.- Returns:
this
-
agentFirstCallbackAfterContactWorkConfig
@Stability(Stable) public CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder agentFirstCallbackAfterContactWorkConfig(CfnUserPropsMixin.AfterContactWorkConfigProperty agentFirstCallbackAfterContactWorkConfig) Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getAgentFirstCallbackAfterContactWorkConfig()- Parameters:
agentFirstCallbackAfterContactWorkConfig- After Contact Work configuration.- Returns:
this
-
channel
@Stability(Stable) public CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.Builder channel(String channel) Sets the value ofCfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty.getChannel()- Parameters:
channel- The channels that agents can handle in the Contact Control Panel (CCP).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty>- Returns:
- a new instance of
CfnUserPropsMixin.AfterContactWorkConfigPerChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-