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 contact flow.
|
ContactFlow.Builder |
content(String content)
The content of the contact flow.
|
ContactFlow.Builder |
description(String description)
The description of the contact flow.
|
ContactFlow.Builder |
id(String id)
The identifier of the contact flow.
|
ContactFlow.Builder |
name(String name)
The name of the contact flow.
|
ContactFlow.Builder |
tags(Map<String,String> tags)
One or more tags.
|
ContactFlow.Builder |
type(ContactFlowType type)
The type of the contact flow.
|
ContactFlow.Builder |
type(String type)
The type of the contact flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContactFlow.Builder arn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
arn - The Amazon Resource Name (ARN) of the contact flow.ContactFlow.Builder id(String id)
The identifier of the contact flow.
id - The identifier of the contact flow.ContactFlow.Builder name(String name)
The name of the contact flow.
name - The name of the contact flow.ContactFlow.Builder type(String type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeContactFlow.Builder type(ContactFlowType type)
The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
type - The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.ContactFlowType,
ContactFlowTypeContactFlow.Builder description(String description)
The description of the contact flow.
description - The description of the contact flow.ContactFlow.Builder content(String content)
The content of the contact flow.
content - The content of the contact flow.ContactFlow.Builder tags(Map<String,String> tags)
One or more tags.
tags - One or more tags.Copyright © 2021. All rights reserved.