Class CfnUserPropsMixin.AutoAcceptConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnUserPropsMixin.AutoAcceptConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserPropsMixin.AutoAcceptConfigProperty>
- Enclosing interface:
CfnUserPropsMixin.AutoAcceptConfigProperty
@Stability(Stable)
public static final class CfnUserPropsMixin.AutoAcceptConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserPropsMixin.AutoAcceptConfigProperty>
A builder for
CfnUserPropsMixin.AutoAcceptConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentFirstCallbackAutoAccept(Boolean agentFirstCallbackAutoAccept) agentFirstCallbackAutoAccept(IResolvable agentFirstCallbackAutoAccept) autoAccept(Boolean autoAccept) Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.getAutoAccept()autoAccept(IResolvable autoAccept) Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.getAutoAccept()build()Builds the configured instance.Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.getChannel()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentFirstCallbackAutoAccept
@Stability(Stable) public CfnUserPropsMixin.AutoAcceptConfigProperty.Builder agentFirstCallbackAutoAccept(Boolean agentFirstCallbackAutoAccept) - Parameters:
agentFirstCallbackAutoAccept- The agent first callback auto accept setting.- Returns:
this
-
agentFirstCallbackAutoAccept
@Stability(Stable) public CfnUserPropsMixin.AutoAcceptConfigProperty.Builder agentFirstCallbackAutoAccept(IResolvable agentFirstCallbackAutoAccept) - Parameters:
agentFirstCallbackAutoAccept- The agent first callback auto accept setting.- Returns:
this
-
autoAccept
@Stability(Stable) public CfnUserPropsMixin.AutoAcceptConfigProperty.Builder autoAccept(Boolean autoAccept) Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.getAutoAccept()- Parameters:
autoAccept- The Auto accept setting.- Returns:
this
-
autoAccept
@Stability(Stable) public CfnUserPropsMixin.AutoAcceptConfigProperty.Builder autoAccept(IResolvable autoAccept) Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.getAutoAccept()- Parameters:
autoAccept- The Auto accept setting.- Returns:
this
-
channel
@Stability(Stable) public CfnUserPropsMixin.AutoAcceptConfigProperty.Builder channel(String channel) Sets the value ofCfnUserPropsMixin.AutoAcceptConfigProperty.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.AutoAcceptConfigProperty>- Returns:
- a new instance of
CfnUserPropsMixin.AutoAcceptConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-