public static interface ListMedicalTranscriptionJobsRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListMedicalTranscriptionJobsRequest.Builder,ListMedicalTranscriptionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMedicalTranscriptionJobsRequest.Builder |
jobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListMedicalTranscriptionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of medical transcription jobs to return in the response.
|
ListMedicalTranscriptionJobsRequest.Builder |
nextToken(String nextToken)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs,
include NextToken to fetch the next set of jobs. |
ListMedicalTranscriptionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMedicalTranscriptionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMedicalTranscriptionJobsRequest.Builder |
status(String status)
When specified, returns only medical transcription jobs with the specified status.
|
ListMedicalTranscriptionJobsRequest.Builder |
status(TranscriptionJobStatus status)
When specified, returns only medical transcription jobs with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMedicalTranscriptionJobsRequest.Builder status(String status)
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
status - When specified, returns only medical 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
Medical returns all transcription jobs ordered by creation date.TranscriptionJobStatus,
TranscriptionJobStatusListMedicalTranscriptionJobsRequest.Builder status(TranscriptionJobStatus status)
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
status - When specified, returns only medical 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
Medical returns all transcription jobs ordered by creation date.TranscriptionJobStatus,
TranscriptionJobStatusListMedicalTranscriptionJobsRequest.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.ListMedicalTranscriptionJobsRequest.Builder nextToken(String nextToken)
If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs,
include NextToken to fetch the next set of jobs.
nextToken - If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken to fetch the next set of
jobs.ListMedicalTranscriptionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of medical transcription 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 medical transcription jobs to return in the response. IF there are fewer results
in the list, this response contains only the actual results.ListMedicalTranscriptionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMedicalTranscriptionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.