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