Class GetUpgradeRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetUpgradeRequest.Builder>
co.elastic.clients.elasticsearch.indices.GetUpgradeRequest.Builder
- All Implemented Interfaces:
WithJson<GetUpgradeRequest.Builder>,ObjectBuilder<GetUpgradeRequest>
- Enclosing class:
- GetUpgradeRequest
public static class GetUpgradeRequest.Builder
extends RequestBase.AbstractBuilder<GetUpgradeRequest.Builder>
implements ObjectBuilder<GetUpgradeRequest>
Builder for
GetUpgradeRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetUpgradeRequest.A comma-separated list of index names; use_allor empty string to perform the operation on all indicesprotected GetUpgradeRequest.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
A comma-separated list of index names; use_allor empty string to perform the operation on all indicesAPI name:
index -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetUpgradeRequest.Builder>
-
build
Builds aGetUpgradeRequest.- Specified by:
buildin interfaceObjectBuilder<GetUpgradeRequest>- Throws:
NullPointerException- if some of the required fields are null.
-