Class PauseFollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.PauseFollowRequest
Pauses a follower index. The follower index will not fetch any additional
operations from the leader index.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<PauseFollowRequest,PauseFollowResponse, ErrorResponse> Endpoint "ccr.pause_follow". -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringindex()Required - The name of the follower index that should pause following its leader index.static PauseFollowRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ccr.pause_follow".
-
-
Method Details
-
of
public static PauseFollowRequest of(Function<PauseFollowRequest.Builder, ObjectBuilder<PauseFollowRequest>> fn) -
index
Required - The name of the follower index that should pause following its leader index.API name:
index
-