T - This builder creates instances of this class.public interface Builder<T>
When creating plugin builders, it is customary to create the builder class as a public static inner class
called Builder. For instance, the builder class for
PatternLayout would be
PatternLayout.Builder.
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds the object after all configuration has been set.
|
T build()
ConfigurationException - if there was an error building the
object.