Interface StartConversationResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<StartConversationResponse,StartConversationResponseEventStream,StartConversationResponseHandler.Builder>
Enclosing interface:
StartConversationResponseHandler

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