Interface RunDetailSummary.Builder

  • Method Details

    • status

      The current status of the workflow run.

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

      The current status of the workflow run.

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

      RunDetailSummary.Builder createdOn(Instant createdOn)

      The timestamp when the workflow run was created, in ISO 8601 date-time format.

      Parameters:
      createdOn - The timestamp when the workflow run was created, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      RunDetailSummary.Builder startedAt(Instant startedAt)

      The timestamp when the workflow run started execution, in ISO 8601 date-time format.

      Parameters:
      startedAt - The timestamp when the workflow run started execution, in ISO 8601 date-time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endedAt

      The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.

      Parameters:
      endedAt - The timestamp when the workflow run completed execution, in ISO 8601 date-time format. This value is null if the run is not complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.