Interface InvokeInlineAgentResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<InvokeInlineAgentResponse,InlineAgentResponseStream,InvokeInlineAgentResponseHandler.Builder>
Enclosing interface:
InvokeInlineAgentResponseHandler

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