Interface InvokeFlowResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<InvokeFlowResponse,FlowResponseStream,InvokeFlowResponseHandler.Builder>
Enclosing interface:
InvokeFlowResponseHandler

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