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