Interface BatchListItem.Builder

  • Method Details

    • id

      The batch identifier.

      Parameters:
      id - The batch identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The batch name.

      Parameters:
      name - The batch name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      BatchListItem.Builder status(String status)

      The current batch status.

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

      The current batch status.

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

      BatchListItem.Builder createdAt(Instant createdAt)

      The timestamp when the batch was created.

      Parameters:
      createdAt - The timestamp when the batch was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalRuns

      BatchListItem.Builder totalRuns(Integer totalRuns)

      The total number of runs in the batch.

      Parameters:
      totalRuns - The total number of runs in the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowId

      BatchListItem.Builder workflowId(String workflowId)

      The identifier of the workflow used for the batch.

      Parameters:
      workflowId - The identifier of the workflow used for the batch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.