Interface StartStreamTranscriptionResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<StartStreamTranscriptionResponse,TranscriptResultStream,StartStreamTranscriptionResponseHandler.Builder>
Enclosing interface:
StartStreamTranscriptionResponseHandler

@Generated("software.amazon.awssdk:codegen") public static interface StartStreamTranscriptionResponseHandler.Builder extends EventStreamResponseHandler.Builder<StartStreamTranscriptionResponse,TranscriptResultStream,StartStreamTranscriptionResponseHandler.Builder>
Builder for StartStreamTranscriptionResponseHandler. This can be used to create the StartStreamTranscriptionResponseHandler in a more functional way. Directly implementing the StartStreamTranscriptionResponseHandler interface is possible but requires subscribing to the event publisher, requesting data via the Subscription, resetting state on retry, and freeing resources on error; the builder handles all of this automatically.