Interface JobSecondaryStatusTransition.Builder

  • Method Details

    • status

      The secondary status of the job at this transition point.

      Parameters:
      status - The secondary status of the job at this transition point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The secondary status of the job at this transition point.

      Parameters:
      status - The secondary status of the job at this transition point.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTime

      The date and time that the status transition started.

      Parameters:
      startTime - The date and time that the status transition started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The date and time that the status transition ended.

      Parameters:
      endTime - The date and time that the status transition ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusMessage

      JobSecondaryStatusTransition.Builder statusMessage(String statusMessage)

      A detailed message about the status transition.

      Parameters:
      statusMessage - A detailed message about the status transition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.