Class RemovePolicyRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ilm.RemovePolicyRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<RemovePolicyRequest>
- Enclosing class:
- RemovePolicyRequest
public static class RemovePolicyRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<RemovePolicyRequest>
Builder for
RemovePolicyRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RemovePolicyRequestbuild()Builds aRemovePolicyRequest.RemovePolicyRequest.Builderindex(java.lang.String value)Required - The name of the index to remove policy onMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods 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
Required - The name of the index to remove policy onAPI name:
index -
build
Builds aRemovePolicyRequest.- Specified by:
buildin interfaceObjectBuilder<RemovePolicyRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-