Interface SendMessageResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<SendMessageResponse,SendMessageEvents,SendMessageResponseHandler.Builder>
Enclosing interface:
SendMessageResponseHandler

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