Interface TaskActionDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskActionDefinition.Builder,TaskActionDefinition>,SdkBuilder<TaskActionDefinition.Builder,TaskActionDefinition>,SdkPojo
- Enclosing class:
- TaskActionDefinition
public static interface TaskActionDefinition.Builder extends SdkPojo, CopyableBuilder<TaskActionDefinition.Builder,TaskActionDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskActionDefinition.BuildercontactFlowId(String contactFlowId)The identifier of the flow.TaskActionDefinition.Builderdescription(String description)The description.TaskActionDefinition.Buildername(String name)The name.TaskActionDefinition.Builderreferences(Map<String,Reference> references)Information about the reference when thereferenceTypeisURL.-
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, sdkFields
-
-
-
-
Method Detail
-
name
TaskActionDefinition.Builder name(String 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
TaskActionDefinition.Builder description(String 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
TaskActionDefinition.Builder contactFlowId(String 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
TaskActionDefinition.Builder references(Map<String,Reference> references)
Information about the reference when the
referenceTypeisURL. Otherwise, null. (Supports variable injection in theValuefield.)- Parameters:
references- Information about the reference when thereferenceTypeisURL. Otherwise, null. (Supports variable injection in theValuefield.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-