Interface StartCallAnalyticsStreamTranscriptionResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<StartCallAnalyticsStreamTranscriptionResponse,CallAnalyticsTranscriptResultStream,StartCallAnalyticsStreamTranscriptionResponseHandler.Builder>
Enclosing interface:
StartCallAnalyticsStreamTranscriptionResponseHandler

@Generated("software.amazon.awssdk:codegen") public static interface StartCallAnalyticsStreamTranscriptionResponseHandler.Builder extends EventStreamResponseHandler.Builder<StartCallAnalyticsStreamTranscriptionResponse,CallAnalyticsTranscriptResultStream,StartCallAnalyticsStreamTranscriptionResponseHandler.Builder>
Builder for StartCallAnalyticsStreamTranscriptionResponseHandler. This can be used to create the StartCallAnalyticsStreamTranscriptionResponseHandler in a more functional way. Directly implementing the StartCallAnalyticsStreamTranscriptionResponseHandler 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.