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 each page of results.
|
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 each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of medical transcription jobs to return in each page of results. If there are fewer
results than the value you specify, only the actual results are returned. If you do not specify a
value, the default of 5 is used.ListMedicalTranscriptionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMedicalTranscriptionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.