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>
,Supplier<StatusLogEntry>
- Enclosing class:
- StatusLogEntry
public static final class StatusLogEntry.Builder extends AbstractLogEntry.Builder<StatusLogEntry,StatusLogEntry.Builder>
A fluent API builder forStatusLogEntry
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusLogEntry
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 StatusLogEntry build()
Description copied from interface:Builder
Build the instance from this builder.- Returns:
- instance of the built type
-
-