public static interface TaskActionDefinition.Builder extends SdkPojo, CopyableBuilder<TaskActionDefinition.Builder,TaskActionDefinition>
| Modifier and Type | Method and Description |
|---|---|
TaskActionDefinition.Builder |
contactFlowId(String contactFlowId)
The identifier of the flow.
|
TaskActionDefinition.Builder |
description(String description)
The description.
|
TaskActionDefinition.Builder |
name(String name)
The name.
|
TaskActionDefinition.Builder |
references(Map<String,Reference> references)
Information about the reference when the
referenceType is URL. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskActionDefinition.Builder name(String name)
The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
name - The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.TaskActionDefinition.Builder description(String description)
The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
description - The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.TaskActionDefinition.Builder contactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId - The identifier of the flow.TaskActionDefinition.Builder references(Map<String,Reference> references)
Information about the reference when the referenceType is URL. Otherwise, null.
(Supports variable injection in the Value field.)
references - Information about the reference when the referenceType is URL. Otherwise,
null. (Supports variable injection in the Value field.)Copyright © 2023. All rights reserved.