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-delimited list of index patterns.Required - A comma-delimited list of index patterns.protected FollowStatsRequest.Builderself()The period to wait for a response.The period to wait for a response.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-delimited list of index patterns.API name:
indexAdds all elements of
listtoindex. -
index
Required - A comma-delimited list of index patterns.API name:
indexAdds one or more values to
index. -
timeout
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
timeout
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
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.
-