Interface UpdateJobStatusResponse.Builder

  • Method Details

    • jobId

      The ID for the job whose status was updated.

      Parameters:
      jobId - The ID for the job whose status was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status for the specified job.

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

      The current status for the specified job.

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

      UpdateJobStatusResponse.Builder statusUpdateReason(String statusUpdateReason)

      The reason that the specified job's status was updated.

      Parameters:
      statusUpdateReason - The reason that the specified job's status was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.