public static interface ListTranscriptionJobsRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListTranscriptionJobsRequest.Builder,ListTranscriptionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsRequest.Builder |
jobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListTranscriptionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of jobs to return in each page of results.
|
ListTranscriptionJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs is truncated, include the
NextToken to fetch the next set of jobs. |
ListTranscriptionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTranscriptionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTranscriptionJobsRequest.Builder |
status(String status)
When specified, returns only transcription jobs with the specified status.
|
ListTranscriptionJobsRequest.Builder |
status(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTranscriptionJobsRequest.Builder status(String status)
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status - When specified, returns only transcription jobs with the specified status. Jobs are ordered by
creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe
returns all transcription jobs ordered by creation date.TranscriptionJobStatus,
TranscriptionJobStatusListTranscriptionJobsRequest.Builder status(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status - When specified, returns only transcription jobs with the specified status. Jobs are ordered by
creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe
returns all transcription jobs ordered by creation date.TranscriptionJobStatus,
TranscriptionJobStatusListTranscriptionJobsRequest.Builder jobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.ListTranscriptionJobsRequest.Builder nextToken(String nextToken)
If the result of the previous request to ListTranscriptionJobs is truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListTranscriptionJobs is truncated, include the
NextToken to fetch the next set of jobs.ListTranscriptionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of jobs to return in each page of results. If there are fewer results than the
value you specify, only the actual results are returned. If you do not specify a value, the default of
5 is used.ListTranscriptionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTranscriptionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.