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