public static interface ContactFlow.Builder extends SdkPojo, CopyableBuilder<ContactFlow.Builder,ContactFlow>
| Modifier and Type | Method and Description |
|---|---|
ContactFlow.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
ContactFlow.Builder |
content(String content)
The JSON string that represents the content of the flow.
|
ContactFlow.Builder |
description(String description)
The description of the flow.
|
ContactFlow.Builder |
id(String id)
The identifier of the flow.
|
ContactFlow.Builder |
name(String name)
The name of the flow.
|
ContactFlow.Builder |
state(ContactFlowState state)
The type of flow.
|
ContactFlow.Builder |
state(String state)
The type of flow.
|
ContactFlow.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContactFlow.Builder |
type(ContactFlowType type)
The type of the flow.
|
ContactFlow.Builder |
type(String type)
The type of the flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFlow.Builder arn(String arn)
The Amazon Resource Name (ARN) of the flow.
arn - The Amazon Resource Name (ARN) of the flow.ContactFlow.Builder id(String id)
The identifier of the flow.
id - The identifier of the flow.ContactFlow.Builder name(String name)
The name of the flow.
name - The name of the flow.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.
type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeContactFlow.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.
type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeContactFlow.Builder state(String state)
The type of flow.
state - The type of flow.ContactFlowState,
ContactFlowStateContactFlow.Builder state(ContactFlowState state)
The type of flow.
state - The type of flow.ContactFlowState,
ContactFlowStateContactFlow.Builder description(String description)
The description of the flow.
description - The description of the flow.ContactFlow.Builder content(String content)
The JSON string that represents the content of the flow. For an example, see Example contact flow in Amazon Connect Flow language.
content - The JSON string that represents the content of the flow. For an example, see Example
contact flow in Amazon Connect Flow language.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"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.Copyright © 2023. All rights reserved.