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 the response.
|
ListTranscriptionJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs was 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 was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.ListTranscriptionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of jobs to return in the response. If there are fewer results in the list, this
response contains only the actual results.ListTranscriptionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTranscriptionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.