Class CfnContactFlow.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnContactFlow.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactFlow>
- Enclosing class:
CfnContactFlow
@Stability(Stable)
public static final class CfnContactFlow.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactFlow>
A fluent builder for
CfnContactFlow
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The content of the flow.static CfnContactFlow.Builder
description
(String description) The description of the flow.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the Amazon Connect instance.The name of the flow.The state of the flow.An array of key-value pairs to apply to this resource.The type of the flow.
-
Method Details
-
create
@Stability(Stable) public static CfnContactFlow.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnContactFlow.Builder
.
-
content
The content of the flow.For more information, see Amazon Connect Flow language in the Amazon Connect Administrator Guide .
- Parameters:
content
- The content of the flow. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
name
The name of the flow.- Parameters:
name
- The name of the flow. This parameter is required.- Returns:
this
- See Also:
-
type
The type of the flow.For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide .
- Parameters:
type
- The type of the flow. This parameter is required.- Returns:
this
- See Also:
-
description
The description of the flow.- Parameters:
description
- The description of the flow. This parameter is required.- Returns:
this
- See Also:
-
state
The state of the flow.- Parameters:
state
- The state of the flow. This parameter is required.- Returns:
this
- See Also:
-
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
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnContactFlow>
- Returns:
- a newly built instance of
CfnContactFlow
.
-