Interface TextTranslationJobFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>, SdkBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>, SdkPojo
Enclosing class:
TextTranslationJobFilter

public static interface TextTranslationJobFilter.Builder extends SdkPojo, CopyableBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>
  • Method Details

    • 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

      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

      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:
    • 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.