Interface ContactFlow.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactFlow.Builder,ContactFlow>,SdkBuilder<ContactFlow.Builder,ContactFlow>,SdkPojo
- Enclosing class:
- ContactFlow
public static interface ContactFlow.Builder extends SdkPojo, CopyableBuilder<ContactFlow.Builder,ContactFlow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactFlow.Builderarn(String arn)The Amazon Resource Name (ARN) of the flow.ContactFlow.Buildercontent(String content)The JSON string that represents the content of the flow.ContactFlow.Builderdescription(String description)The description of the flow.ContactFlow.BuilderflowContentSha256(String flowContentSha256)Indicates the checksum value of the flow content.ContactFlow.Builderid(String id)The identifier of the flow.ContactFlow.BuilderlastModifiedRegion(String lastModifiedRegion)The region in which the flow was last modifiedContactFlow.BuilderlastModifiedTime(Instant lastModifiedTime)The time at which the flow was last modified.ContactFlow.Buildername(String name)The name of the flow.ContactFlow.Builderstate(String state)The type of flow.ContactFlow.Builderstate(ContactFlowState state)The type of flow.ContactFlow.Builderstatus(String status)The status of the flow.ContactFlow.Builderstatus(ContactFlowStatus status)The status of the flow.ContactFlow.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.ContactFlow.Buildertype(String type)The type of the flow.ContactFlow.Buildertype(ContactFlowType type)The type of the flow.ContactFlow.Builderversion(Long version)The identifier of the flow version.ContactFlow.BuilderversionDescription(String versionDescription)The description of the flow version.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ContactFlow.Builder arn(String 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
ContactFlow.Builder id(String 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
ContactFlow.Builder name(String 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
ContactFlow.Builder type(String 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:
ContactFlowType,ContactFlowType
-
type
ContactFlow.Builder type(ContactFlowType 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:
ContactFlowType,ContactFlowType
-
state
ContactFlow.Builder state(String 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:
ContactFlowState,ContactFlowState
-
state
ContactFlow.Builder state(ContactFlowState 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:
ContactFlowState,ContactFlowState
-
status
ContactFlow.Builder status(String status)
The status of the flow.
- Parameters:
status- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowStatus,ContactFlowStatus
-
status
ContactFlow.Builder status(ContactFlowStatus status)
The status of the flow.
- Parameters:
status- The status of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactFlowStatus,ContactFlowStatus
-
description
ContactFlow.Builder description(String 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
ContactFlow.Builder content(String 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
ContactFlow.Builder tags(Map<String,String> 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.
-
flowContentSha256
ContactFlow.Builder flowContentSha256(String flowContentSha256)
Indicates the checksum value of the flow content.
- Parameters:
flowContentSha256- Indicates the checksum value of the flow content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
ContactFlow.Builder version(Long version)
The identifier of the flow version.
- Parameters:
version- The identifier of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionDescription
ContactFlow.Builder versionDescription(String versionDescription)
The description of the flow version.
- Parameters:
versionDescription- The description of the flow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
ContactFlow.Builder lastModifiedTime(Instant lastModifiedTime)
The time at which the flow was last modified.
- Parameters:
lastModifiedTime- The time at which the flow was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
ContactFlow.Builder lastModifiedRegion(String lastModifiedRegion)
The region in which the flow was last modified
- Parameters:
lastModifiedRegion- The region in which the flow was last modified- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-