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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserLogEntrybuild()Build the instance from this builder.- 
Methods inherited from class io.helidon.webserver.accesslog.AbstractLogEntry.BuilderlPad, maxLength, noPad, rPad, sanitize
 
- 
 
- 
- 
- 
Method Detail- 
buildpublic UserLogEntry build() Description copied from interface:BuilderBuild the instance from this builder.- Returns:
- instance of the built type
 
 
- 
 
-