Interface TextTranslationJobFilter.Builder

    • Method Detail

      • jobName

        TextTranslationJobFilter.Builder jobName​(String jobName)

        Filters the list of jobs by name.

        Parameters:
        jobName - Filters the list of jobs by name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        TextTranslationJobFilter.Builder jobStatus​(String jobStatus)

        Filters the list of jobs based by job status.

        Parameters:
        jobStatus - Filters the list of jobs based by job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        TextTranslationJobFilter.Builder jobStatus​(JobStatus jobStatus)

        Filters the list of jobs based by job status.

        Parameters:
        jobStatus - Filters the list of jobs based by job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • submittedBeforeTime

        TextTranslationJobFilter.Builder submittedBeforeTime​(Instant submittedBeforeTime)

        Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

        Parameters:
        submittedBeforeTime - Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submittedAfterTime

        TextTranslationJobFilter.Builder submittedAfterTime​(Instant submittedAfterTime)

        Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

        Parameters:
        submittedAfterTime - Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.