public static interface GetTranscriptionJobResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<GetTranscriptionJobResponse.Builder,GetTranscriptionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTranscriptionJobResponse.Builder |
transcriptionJob(Consumer<TranscriptionJob.Builder> transcriptionJob)
Provides detailed information about the specified transcription job, including job status and, if applicable,
failure reason.
|
GetTranscriptionJobResponse.Builder |
transcriptionJob(TranscriptionJob transcriptionJob)
Provides detailed information about the specified transcription job, including job status and, if applicable,
failure reason.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTranscriptionJobResponse.Builder transcriptionJob(TranscriptionJob transcriptionJob)
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
transcriptionJob - Provides detailed information about the specified transcription job, including job status and, if
applicable, failure reason.default GetTranscriptionJobResponse.Builder transcriptionJob(Consumer<TranscriptionJob.Builder> transcriptionJob)
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
This is a convenience method that creates an instance of theTranscriptionJob.Builder avoiding the
need to create one manually via TranscriptionJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to transcriptionJob(TranscriptionJob).
transcriptionJob - a consumer that will call methods on TranscriptionJob.BuildertranscriptionJob(TranscriptionJob)Copyright © 2022. All rights reserved.