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