Class Base.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder<Base.Builder>
co.elastic.clients.elasticsearch.xpack.usage.Base.Builder
- All Implemented Interfaces:
WithJson<Base.Builder>,ObjectBuilder<Base>
- Enclosing class:
- Base
public static class Base.Builder extends Base.AbstractBuilder<Base.Builder> implements ObjectBuilder<Base>
Builder for
Base.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Basebuild()Builds aBase.protected Base.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder
available, enabledMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classBase.AbstractBuilder<Base.Builder>
-
build
Builds aBase.- Specified by:
buildin interfaceObjectBuilder<Base>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-