public static interface GetMedicalTranscriptionJobResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetMedicalTranscriptionJobResponse.Builder,GetMedicalTranscriptionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMedicalTranscriptionJobResponse.Builder |
medicalTranscriptionJob(Consumer<MedicalTranscriptionJob.Builder> medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
|
GetMedicalTranscriptionJobResponse.Builder |
medicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMedicalTranscriptionJobResponse.Builder medicalTranscriptionJob(MedicalTranscriptionJob medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
medicalTranscriptionJob - An object that contains the results of the medical transcription job.default GetMedicalTranscriptionJobResponse.Builder medicalTranscriptionJob(Consumer<MedicalTranscriptionJob.Builder> medicalTranscriptionJob)
An object that contains the results of the medical transcription job.
This is a convenience that creates an instance of theMedicalTranscriptionJob.Builder avoiding the
need to create one manually via MedicalTranscriptionJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to medicalTranscriptionJob(MedicalTranscriptionJob).medicalTranscriptionJob - a consumer that will call methods on MedicalTranscriptionJob.BuildermedicalTranscriptionJob(MedicalTranscriptionJob)Copyright © 2021. All rights reserved.