Interface UpdateJobStatusResponse.Builder

    • Method Detail

      • jobId

        UpdateJobStatusResponse.Builder jobId​(String 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

        UpdateJobStatusResponse.Builder status​(String 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:
        JobStatus, JobStatus
      • status

        UpdateJobStatusResponse.Builder status​(JobStatus 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:
        JobStatus, JobStatus
      • 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.