public static interface TextTranslationJobFilter.Builder extends SdkPojo, CopyableBuilder<TextTranslationJobFilter.Builder,TextTranslationJobFilter>
| Modifier and Type | Method and Description |
|---|---|
TextTranslationJobFilter.Builder |
jobName(String jobName)
Filters the list of jobs by name.
|
TextTranslationJobFilter.Builder |
jobStatus(JobStatus jobStatus)
Filters the list of jobs based by job status.
|
TextTranslationJobFilter.Builder |
jobStatus(String jobStatus)
Filters the list of jobs based by job status.
|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTextTranslationJobFilter.Builder jobName(String jobName)
Filters the list of jobs by name.
jobName - Filters the list of jobs by name.TextTranslationJobFilter.Builder jobStatus(String jobStatus)
Filters the list of jobs based by job status.
TextTranslationJobFilter.Builder jobStatus(JobStatus jobStatus)
Filters the list of jobs based by job status.
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.
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.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.
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.Copyright © 2020. All rights reserved.