Class CfnContactFlowPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnContactFlowPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactFlowPropsMixin>
- Enclosing class:
CfnContactFlowPropsMixin
@Stability(Stable)
public static final class CfnContactFlowPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactFlowPropsMixin>
A fluent builder for
CfnContactFlowPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The content of the flow.create()create(CfnPropertyMixinOptions options) description(String description) The description of the flow.instanceArn(String instanceArn) The Amazon Resource Name (ARN) of the Amazon Connect instance.instanceArn(IInstanceRef 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 CfnContactFlowPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnContactFlowPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnContactFlowPropsMixin.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:
-
description
The description of the flow.- Parameters:
description- The description 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:
-
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:
-
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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContactFlowPropsMixin>- Returns:
- a newly built instance of
CfnContactFlowPropsMixin.
-