Interface InvokeWithResponseStreamResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<InvokeWithResponseStreamResponse,InvokeWithResponseStreamResponseEvent,InvokeWithResponseStreamResponseHandler.Builder>
Enclosing interface:
InvokeWithResponseStreamResponseHandler

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