Class CfnUser.AfterContactWorkConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnUser.AfterContactWorkConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUser.AfterContactWorkConfigProperty>
- Enclosing interface:
CfnUser.AfterContactWorkConfigProperty
@Stability(Stable)
public static final class CfnUser.AfterContactWorkConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUser.AfterContactWorkConfigProperty>
A builder for
CfnUser.AfterContactWorkConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterContactWorkTimeLimit(Number afterContactWorkTimeLimit) Sets the value ofCfnUser.AfterContactWorkConfigProperty.getAfterContactWorkTimeLimit()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
afterContactWorkTimeLimit
@Stability(Stable) public CfnUser.AfterContactWorkConfigProperty.Builder afterContactWorkTimeLimit(Number afterContactWorkTimeLimit) Sets the value ofCfnUser.AfterContactWorkConfigProperty.getAfterContactWorkTimeLimit()- Parameters:
afterContactWorkTimeLimit- The After Call Work (ACW) timeout setting, in seconds.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUser.AfterContactWorkConfigProperty>- Returns:
- a new instance of
CfnUser.AfterContactWorkConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-