Class FollowStatsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<FollowStatsRequest.Builder>
co.elastic.clients.elasticsearch.ccr.FollowStatsRequest.Builder
- All Implemented Interfaces:
WithJson<FollowStatsRequest.Builder>,ObjectBuilder<FollowStatsRequest>
- Enclosing class:
- FollowStatsRequest
public static class FollowStatsRequest.Builder
extends RequestBase.AbstractBuilder<FollowStatsRequest.Builder>
implements ObjectBuilder<FollowStatsRequest>
Builder for
FollowStatsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aFollowStatsRequest.Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesRequired - A comma-separated list of index patterns; use_allto perform the operation on all indicesprotected FollowStatsRequest.Builderself()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
-
Builder
public Builder()
-
-
Method Details
-
index
Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
indexAdds all elements of
listtoindex. -
index
Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
indexAdds one or more values to
index. -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<FollowStatsRequest.Builder>
-
build
Builds aFollowStatsRequest.- Specified by:
buildin interfaceObjectBuilder<FollowStatsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-