Class Datafeed.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Datafeed.Builder>
co.elastic.clients.elasticsearch.xpack.usage.Datafeed.Builder
- All Implemented Interfaces:
WithJson<Datafeed.Builder>,ObjectBuilder<Datafeed>
- Enclosing class:
- Datafeed
public static class Datafeed.Builder extends WithJsonObjectBuilderBase<Datafeed.Builder> implements ObjectBuilder<Datafeed>
Builder for
Datafeed.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Datafeedbuild()Builds aDatafeed.Datafeed.Buildercount(long value)Required - API name:countprotected Datafeed.Builderself()Methods 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
-
count
Required - API name:count -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<Datafeed.Builder>
-
build
Builds aDatafeed.- Specified by:
buildin interfaceObjectBuilder<Datafeed>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-