Package io.helidon.webserver.accesslog
Class StatusLogEntry.Builder
java.lang.Object
io.helidon.webserver.accesslog.AbstractLogEntry.Builder<StatusLogEntry,StatusLogEntry.Builder>
io.helidon.webserver.accesslog.StatusLogEntry.Builder
- All Implemented Interfaces:
Builder<StatusLogEntry.Builder,
,StatusLogEntry> Supplier<StatusLogEntry>
- Enclosing class:
StatusLogEntry
public static final class StatusLogEntry.Builder
extends AbstractLogEntry.Builder<StatusLogEntry,StatusLogEntry.Builder>
A fluent API builder for
StatusLogEntry
.-
Method Details
-
build
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-