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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetMedicalTranscriptionJobResponse.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.Builder
medicalTranscriptionJob(MedicalTranscriptionJob)