Class ResumeAutoFollowPatternRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.ResumeAutoFollowPatternRequest
Resume an auto-follow pattern. Resume a cross-cluster replication auto-follow
pattern that was paused. The auto-follow pattern will resume configuring
following indices for newly created indices that match its patterns on the
remote cluster. Remote indices created while the pattern was paused will also
be followed unless they have been deleted or closed in the interim.
- 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 TypeFieldDescriptionEndpoint "ccr.resume_auto_follow_pattern
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
Period to wait for a connection to the master node.final String
name()
Required - The name of the auto follow pattern to resume discovering new indices to follow.of
(Function<ResumeAutoFollowPatternRequest.Builder, ObjectBuilder<ResumeAutoFollowPatternRequest>> fn) Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ResumeAutoFollowPatternRequest,ResumeAutoFollowPatternResponse, _ENDPOINTErrorResponse> Endpoint "ccr.resume_auto_follow_pattern
".
-
-
Method Details
-
of
-
masterTimeout
Period to wait for a connection to the master node.API name:
master_timeout
-
name
Required - The name of the auto follow pattern to resume discovering new indices to follow.API name:
name
-