Interface StartLiveTailResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<StartLiveTailResponse,StartLiveTailResponseStream,StartLiveTailResponseHandler.Builder>
Enclosing interface:
StartLiveTailResponseHandler

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