Interface TaskActionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskActionDefinition.Builder,
,TaskActionDefinition> SdkBuilder<TaskActionDefinition.Builder,
,TaskActionDefinition> SdkPojo
- Enclosing class:
TaskActionDefinition
@Mutable
@NotThreadSafe
public static interface TaskActionDefinition.Builder
extends SdkPojo, CopyableBuilder<TaskActionDefinition.Builder,TaskActionDefinition>
-
Method Summary
Modifier and TypeMethodDescriptioncontactFlowId
(String contactFlowId) The identifier of the flow.description
(String description) The description.The name.references
(Map<String, Reference> references) Information about the reference when thereferenceType
isURL
.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 Details
-
name
The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
- Parameters:
name
- The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
- Parameters:
description
- The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactFlowId
The identifier of the flow.
- Parameters:
contactFlowId
- The identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
references
Information about the reference when the
referenceType
isURL
. Otherwise, null. (Supports variable injection in theValue
field.)- Parameters:
references
- Information about the reference when thereferenceType
isURL
. Otherwise, null. (Supports variable injection in theValue
field.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-