Interface StopTextTranslationJobResponse.Builder

    • Method Detail

      • jobId

        StopTextTranslationJobResponse.Builder jobId​(String jobId)

        The job ID of the stopped batch translation job.

        Parameters:
        jobId - The job ID of the stopped batch translation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        StopTextTranslationJobResponse.Builder jobStatus​(String jobStatus)

        The status of the designated job. Upon successful completion, the job's status will be STOPPED.

        Parameters:
        jobStatus - The status of the designated job. Upon successful completion, the job's status will be STOPPED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        StopTextTranslationJobResponse.Builder jobStatus​(JobStatus jobStatus)

        The status of the designated job. Upon successful completion, the job's status will be STOPPED.

        Parameters:
        jobStatus - The status of the designated job. Upon successful completion, the job's status will be STOPPED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus