Class PauseFollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.PauseFollowRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class PauseFollowRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PauseFollowRequest.Builder
Builder forPauseFollowRequest
.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<PauseFollowRequest,PauseFollowResponse,ElasticsearchError>
ENDPOINT
Endpoint "ccr.pause_follow
". -
Constructor Summary
Constructors Constructor Description PauseFollowRequest(PauseFollowRequest.Builder builder)
PauseFollowRequest(java.util.function.Function<PauseFollowRequest.Builder,PauseFollowRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
index()
The name of the follower index that should pause following its leader index.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
Endpoint "ccr.pause_follow
".
-
-
Constructor Details
-
PauseFollowRequest
-
PauseFollowRequest
public PauseFollowRequest(java.util.function.Function<PauseFollowRequest.Builder,PauseFollowRequest.Builder> fn)
-
-
Method Details
-
index
public java.lang.String index()The name of the follower index that should pause following its leader index.API name:
index
-