Class CfnContactFlowModule.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnContactFlowModule.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactFlowModule>
- Enclosing class:
- CfnContactFlowModule
@Stability(Stable)
public static final class CfnContactFlowModule.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactFlowModule>
A fluent builder for
CfnContactFlowModule
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The content of the flow module.static CfnContactFlowModule.Builder
description
(String description) The description of the flow module.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the Amazon Connect instance.The name of the flow module.The state of the flow module.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnContactFlowModule.Builder
.
-
content
The content of the flow module.- Parameters:
content
- The content of the flow module. This parameter is required.- Returns:
this
-
instanceArn
The Amazon Resource Name (ARN) of the Amazon Connect instance.- Parameters:
instanceArn
- The Amazon Resource Name (ARN) of the Amazon Connect instance. This parameter is required.- Returns:
this
-
name
The name of the flow module.- Parameters:
name
- The name of the flow module. This parameter is required.- Returns:
this
-
description
The description of the flow module.- Parameters:
description
- The description of the flow module. This parameter is required.- Returns:
this
-
state
The state of the flow module.- Parameters:
state
- The state of the flow module. This parameter is required.- Returns:
this
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnContactFlowModule>
- Returns:
- a newly built instance of
CfnContactFlowModule
.
-