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)
Add an optional request override configuration.
|
ListTranscriptionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
ListTranscriptionJobsRequest.Builder status(String status)
When specified, returns only transcription jobs with the specified status.
status
- When specified, returns only transcription jobs with the specified status.TranscriptionJobStatus
,
TranscriptionJobStatus
ListTranscriptionJobsRequest.Builder status(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status.
status
- When specified, returns only transcription jobs with the specified status.TranscriptionJobStatus
,
TranscriptionJobStatus
ListTranscriptionJobsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTranscriptionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.