Interface AcknowledgeJobResponse.Builder

    • Method Detail

      • status

        AcknowledgeJobResponse.Builder status​(String status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • status

        AcknowledgeJobResponse.Builder status​(JobStatus status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus