Class WatchRecordQueuedStats.AbstractBuilder<BuilderT extends WatchRecordQueuedStats.AbstractBuilder<BuilderT>>
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.watcher.stats.WatchRecordQueuedStats.AbstractBuilder<BuilderT>
- All Implemented Interfaces:
WithJson<BuilderT>
- Direct Known Subclasses:
WatchRecordQueuedStats.Builder,WatchRecordStats.Builder
- Enclosing class:
- WatchRecordQueuedStats
public abstract static class WatchRecordQueuedStats.AbstractBuilder<BuilderT extends WatchRecordQueuedStats.AbstractBuilder<BuilderT>>
extends WithJsonObjectBuilderBase<BuilderT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTexecutionTime(DateTime value) Required - The time the watch was run.protected abstract BuilderTself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
executionTime
Required - The time the watch was run. This is just before the input is being run.API name:
execution_time -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<BuilderT extends WatchRecordQueuedStats.AbstractBuilder<BuilderT>>
-