Class RemovePolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.RemovePolicyRequest
public class RemovePolicyRequest extends RequestBase
Removes the assigned lifecycle policy and stops managing the specified index
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovePolicyRequest.BuilderBuilder forRemovePolicyRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<RemovePolicyRequest,RemovePolicyResponse,ErrorResponse>_ENDPOINTEndpoint "ilm.remove_policy". -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()Required - The name of the index to remove policy onstatic RemovePolicyRequestof(java.util.function.Function<RemovePolicyRequest.Builder,ObjectBuilder<RemovePolicyRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "ilm.remove_policy".
-
-
Method Details
-
of
public static RemovePolicyRequest of(java.util.function.Function<RemovePolicyRequest.Builder,ObjectBuilder<RemovePolicyRequest>> fn) -
index
public final java.lang.String index()Required - The name of the index to remove policy onAPI name:
index
-