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