| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlow.Builder |
ContactFlow.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
static ContactFlow.Builder |
ContactFlow.builder() |
ContactFlow.Builder |
ContactFlow.Builder.content(String content)
The content of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.description(String description)
The description of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.id(String id)
The identifier of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.name(String name)
The name of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.state(ContactFlowState state)
The type of flow.
|
ContactFlow.Builder |
ContactFlow.Builder.state(String state)
The type of flow.
|
ContactFlow.Builder |
ContactFlow.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContactFlow.Builder |
ContactFlow.toBuilder() |
ContactFlow.Builder |
ContactFlow.Builder.type(ContactFlowType type)
The type of the flow.
|
ContactFlow.Builder |
ContactFlow.Builder.type(String type)
The type of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactFlow.Builder> |
ContactFlow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeContactFlowResponse.Builder |
DescribeContactFlowResponse.Builder.contactFlow(Consumer<ContactFlow.Builder> contactFlow)
Information about the flow.
|
Copyright © 2023. All rights reserved.