Interface ContactFlow.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactFlow.Builder,
,ContactFlow> SdkBuilder<ContactFlow.Builder,
,ContactFlow> SdkPojo
- Enclosing class:
ContactFlow
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.The JSON string that represents the content of the flow.description
(String description) The description of the flow.The identifier of the flow.The name of the flow.The type of flow.state
(ContactFlowState state) The type of flow.The tags used to organize, track, or control access for this resource.The type of the flow.type
(ContactFlowType type) The type of the flow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the flow.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the flow.
- Parameters:
id
- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the flow.
- Parameters:
name
- The name of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- 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. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The type of flow.
- Parameters:
state
- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The type of flow.
- Parameters:
state
- The type of flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the flow.
- Parameters:
description
- The description of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
- Parameters:
content
- The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.Length Constraints: Minimum length of 1. Maximum length of 256000.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-