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>
,Supplier<HostLogEntry>
- Enclosing class:
- HostLogEntry
public static final class HostLogEntry.Builder extends AbstractLogEntry.Builder<HostLogEntry,HostLogEntry.Builder>
A fluent API builder forHostLogEntry
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostLogEntry
build()
Build the instance from this builder.-
Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntry.Builder
lPad, maxLength, noPad, rPad, sanitize
-
-
-
-
Method Detail
-
build
public HostLogEntry build()
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
-