Class GetUpgradeRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetUpgradeRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetUpgradeRequest>
- Enclosing class:
- GetUpgradeRequest
public static class GetUpgradeRequest.Builder extends java.lang.Object implements ObjectBuilder<GetUpgradeRequest>
Builder for
GetUpgradeRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetUpgradeRequestbuild()Builds aGetUpgradeRequest.GetUpgradeRequest.Builderindex(java.lang.String value)A comma-separated list of index names; use_allor empty string to perform the operation on all indicesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 -
build
Builds aGetUpgradeRequest.- Specified by:
buildin interfaceObjectBuilder<GetUpgradeRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-