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)
An object that contains the results of the transcription job.
|
GetTranscriptionJobResponse.Builder |
transcriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetTranscriptionJobResponse.Builder transcriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
transcriptionJob
- An object that contains the results of the transcription job.default GetTranscriptionJobResponse.Builder transcriptionJob(Consumer<TranscriptionJob.Builder> transcriptionJob)
An object that contains the results of the transcription job.
This is a convenience 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.Builder
transcriptionJob(TranscriptionJob)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.