Interface GetLogObjectResponseHandler.Builder

All Superinterfaces:
EventStreamResponseHandler.Builder<GetLogObjectResponse,GetLogObjectResponseStream,GetLogObjectResponseHandler.Builder>
Enclosing interface:
GetLogObjectResponseHandler

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