Class UnfollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.UnfollowRequest
public class UnfollowRequest extends RequestBase
Stops the following task associated with a follower index and removes index
metadata and settings associated with cross-cluster replication.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnfollowRequest.BuilderBuilder forUnfollowRequest.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<UnfollowRequest,UnfollowResponse,ErrorResponse>_ENDPOINTEndpoint "ccr.unfollow". -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()Required - The name of the follower index that should be turned into a regular index.static UnfollowRequestof(java.util.function.Function<UnfollowRequest.Builder,ObjectBuilder<UnfollowRequest>> 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 "ccr.unfollow".
-
-
Method Details
-
of
public static UnfollowRequest of(java.util.function.Function<UnfollowRequest.Builder,ObjectBuilder<UnfollowRequest>> fn) -
index
public final java.lang.String index()Required - The name of the follower index that should be turned into a regular index.API name:
index
-