Class PauseAutoFollowPatternRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.PauseAutoFollowPatternRequest
public class PauseAutoFollowPatternRequest extends RequestBase
Pauses an auto-follow pattern
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPauseAutoFollowPatternRequest.BuilderBuilder forPauseAutoFollowPatternRequest.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<PauseAutoFollowPatternRequest,PauseAutoFollowPatternResponse,ErrorResponse>_ENDPOINTEndpoint "ccr.pause_auto_follow_pattern". -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - The name of the auto follow pattern that should pause discovering new indices to follow.static PauseAutoFollowPatternRequestof(java.util.function.Function<PauseAutoFollowPatternRequest.Builder,ObjectBuilder<PauseAutoFollowPatternRequest>> 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
public static final Endpoint<PauseAutoFollowPatternRequest,PauseAutoFollowPatternResponse,ErrorResponse> _ENDPOINTEndpoint "ccr.pause_auto_follow_pattern".
-
-
Method Details
-
of
public static PauseAutoFollowPatternRequest of(java.util.function.Function<PauseAutoFollowPatternRequest.Builder,ObjectBuilder<PauseAutoFollowPatternRequest>> fn) -
name
public final java.lang.String name()Required - The name of the auto follow pattern that should pause discovering new indices to follow.API name:
name
-