Interface WorkflowVersionListItem.Builder

  • Method Details

    • arn

      ARN of the workflow version.

      Parameters:
      arn - ARN of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowId

      WorkflowVersionListItem.Builder workflowId(String workflowId)

      The workflow's ID.

      Parameters:
      workflowId - The workflow's ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionName

      WorkflowVersionListItem.Builder versionName(String versionName)

      The name of the workflow version.

      Parameters:
      versionName - The name of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      WorkflowVersionListItem.Builder description(String description)

      The description of the workflow version.

      Parameters:
      description - The description of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the workflow version.

      Parameters:
      status - The status of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the workflow version.

      Parameters:
      status - The status of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the workflow version.

      Parameters:
      type - The type of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the workflow version.

      Parameters:
      type - The type of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • digest

      The digist of the workflow version.

      Parameters:
      digest - The digist of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      WorkflowVersionListItem.Builder creationTime(Instant creationTime)

      The creation time of the workflow version.

      Parameters:
      creationTime - The creation time of the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      Metadata for the workflow version.

      Parameters:
      metadata - Metadata for the workflow version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.