Class DeprecationsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.migration.DeprecationsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<DeprecationsRequest>
- Enclosing class:
- DeprecationsRequest
public static class DeprecationsRequest.Builder extends java.lang.Object implements ObjectBuilder<DeprecationsRequest>
Builder for
DeprecationsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DeprecationsRequestbuild()Builds aDeprecationsRequest.DeprecationsRequest.Builderindex(java.lang.String value)Comma-separate list of data streams or indices to check.Methods 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
Comma-separate list of data streams or indices to check. Wildcard (*) expressions are supported.API name:
index -
build
Builds aDeprecationsRequest.- Specified by:
buildin interfaceObjectBuilder<DeprecationsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-