public static interface ListMedicalTranscriptionJobsResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListMedicalTranscriptionJobsResponse.Builder,ListMedicalTranscriptionJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMedicalTranscriptionJobsResponse.Builder |
medicalTranscriptionJobSummaries(Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListMedicalTranscriptionJobsResponse.Builder |
medicalTranscriptionJobSummaries(Consumer<MedicalTranscriptionJobSummary.Builder>... medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListMedicalTranscriptionJobsResponse.Builder |
medicalTranscriptionJobSummaries(MedicalTranscriptionJobSummary... medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListMedicalTranscriptionJobsResponse.Builder |
nextToken(String nextToken)
The
ListMedicalTranscriptionJobs operation returns a page of jobs at a time. |
ListMedicalTranscriptionJobsResponse.Builder |
status(String status)
The requested status of the medical transcription jobs returned.
|
ListMedicalTranscriptionJobsResponse.Builder |
status(TranscriptionJobStatus status)
The requested status of the medical transcription jobs returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMedicalTranscriptionJobsResponse.Builder status(String status)
The requested status of the medical transcription jobs returned.
status - The requested status of the medical transcription jobs returned.TranscriptionJobStatus,
TranscriptionJobStatusListMedicalTranscriptionJobsResponse.Builder status(TranscriptionJobStatus status)
The requested status of the medical transcription jobs returned.
status - The requested status of the medical transcription jobs returned.TranscriptionJobStatus,
TranscriptionJobStatusListMedicalTranscriptionJobsResponse.Builder nextToken(String nextToken)
The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of
the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a
page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next
request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.
nextToken - The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum
size of the page is set by the MaxResults parameter. If the number of jobs exceeds what
can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the
token in the next request to the ListMedicalTranscriptionJobs operation to return in the
next page of jobs.ListMedicalTranscriptionJobsResponse.Builder medicalTranscriptionJobSummaries(Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.ListMedicalTranscriptionJobsResponse.Builder medicalTranscriptionJobSummaries(MedicalTranscriptionJobSummary... medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.ListMedicalTranscriptionJobsResponse.Builder medicalTranscriptionJobSummaries(Consumer<MedicalTranscriptionJobSummary.Builder>... medicalTranscriptionJobSummaries)
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 #medicalTranscriptionJobSummaries(List) .medicalTranscriptionJobSummaries - a consumer that will call methods on List.Builder #medicalTranscriptionJobSummaries(List) Copyright © 2020. All rights reserved.