Interface InvokeHarnessResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<InvokeHarnessResponse,InvokeHarnessStreamOutput,InvokeHarnessResponseHandler.Builder>
Enclosing interface:
InvokeHarnessResponseHandler

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