Package io.helidon.webserver.accesslog
Class SizeLogEntry.Builder
- java.lang.Object
-
- io.helidon.webserver.accesslog.AbstractLogEntry.Builder<SizeLogEntry,SizeLogEntry.Builder>
-
- io.helidon.webserver.accesslog.SizeLogEntry.Builder
-
- All Implemented Interfaces:
Builder<SizeLogEntry>
,Supplier<SizeLogEntry>
- Enclosing class:
- SizeLogEntry
public static final class SizeLogEntry.Builder extends AbstractLogEntry.Builder<SizeLogEntry,SizeLogEntry.Builder>
A fluent API builder forSizeLogEntry
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SizeLogEntry
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 SizeLogEntry build()
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
-