public abstract class AbstractBuilder<C extends AbstractConfig,B extends AbstractBuilder> extends Object
| Constructor and Description |
|---|
AbstractBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract C |
build()
Build an instance of
config |
B |
id(String id) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.