Interface TaskActionDefinition.Builder

    • 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 referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)

        Parameters:
        references - Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.