T - type of the object to be returned by the builder.public interface Builder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
build()
Builds and returns an object using properties set using available builder methods.
|
default T |
build(Map<String,Object> configuration)
Builds an object using properties from the specified input argument
|
T build() throws ClassifierCreationException
ClassifierCreationExceptiondefault T build(Map<String,Object> configuration) throws ClassifierCreationException
configuration - properties for the builder, a map of key, value pairs.ClassifierCreationExceptionCopyright © 2020. All rights reserved.