Class FollowStats.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<FollowStats.Builder>
co.elastic.clients.elasticsearch.ccr.stats.FollowStats.Builder
- All Implemented Interfaces:
WithJson<FollowStats.Builder>,ObjectBuilder<FollowStats>
- Enclosing class:
- FollowStats
public static class FollowStats.Builder extends WithJsonObjectBuilderBase<FollowStats.Builder> implements ObjectBuilder<FollowStats>
Builder for
FollowStats.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FollowStatsbuild()Builds aFollowStats.FollowStats.Builderindices(FollowIndexStats value, FollowIndexStats... values)Required - API name:indicesFollowStats.Builderindices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)Required - API name:indicesFollowStats.Builderindices(java.util.List<FollowIndexStats> list)Required - API name:indicesprotected FollowStats.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
-
indices
Required - API name:indicesAdds all elements of
listtoindices. -
indices
Required - API name:indicesAdds one or more values to
indices. -
indices
public final FollowStats.Builder indices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)Required - API name:indicesAdds a value to
indicesusing a builder lambda. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<FollowStats.Builder>
-
build
Builds aFollowStats.- Specified by:
buildin interfaceObjectBuilder<FollowStats>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-