public static interface ListTranscriptionJobsResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListTranscriptionJobsResponse.Builder,ListTranscriptionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsResponse.Builder |
nextToken(String nextToken)
The
ListTranscriptionJobs operation returns a page of jobs at a time. |
ListTranscriptionJobsResponse.Builder |
status(String status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResponse.Builder |
status(TranscriptionJobStatus status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResponse.Builder |
transcriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListTranscriptionJobsResponse.Builder |
transcriptionJobSummaries(Consumer<TranscriptionJobSummary.Builder>... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListTranscriptionJobsResponse.Builder |
transcriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListTranscriptionJobsResponse.Builder status(String status)
The requested status of the jobs returned.
status - The requested status of the jobs returned.TranscriptionJobStatus,
TranscriptionJobStatusListTranscriptionJobsResponse.Builder status(TranscriptionJobStatus status)
The requested status of the jobs returned.
status - The requested status of the jobs returned.TranscriptionJobStatus,
TranscriptionJobStatusListTranscriptionJobsResponse.Builder nextToken(String nextToken)
The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the
page is set by the MaxResults parameter. If there are more jobs in the list than the page size,
Amazon Transcribe returns the NextPage token. Include the token in the next request to the
ListTranscriptionJobs operation to return in the next page of jobs.
nextToken - The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of
the page is set by the MaxResults parameter. If there are more jobs in the list than the
page size, Amazon Transcribe returns the NextPage token. Include the token in the next
request to the ListTranscriptionJobs operation to return in the next page of jobs.ListTranscriptionJobsResponse.Builder transcriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
transcriptionJobSummaries - A list of objects containing summary information for a transcription job.ListTranscriptionJobsResponse.Builder transcriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
transcriptionJobSummaries - A list of objects containing summary information for a transcription job.ListTranscriptionJobsResponse.Builder transcriptionJobSummaries(Consumer<TranscriptionJobSummary.Builder>... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #transcriptionJobSummaries(List) .transcriptionJobSummaries - a consumer that will call methods on List.Builder #transcriptionJobSummaries(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.