Class PauseAutoFollowPatternRequest

java.lang.Object
org.elasticsearch.client.ccr.PauseAutoFollowPatternRequest
All Implemented Interfaces:
Validatable

public final class PauseAutoFollowPatternRequest
extends java.lang.Object
implements Validatable
Request class for pause auto follow pattern api.
  • Field Summary

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    PauseAutoFollowPatternRequest​(java.lang.String name)
    Pause auto follow pattern with the specified name
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Constructor Details

    • PauseAutoFollowPatternRequest

      public PauseAutoFollowPatternRequest​(java.lang.String name)
      Pause auto follow pattern with the specified name
      Parameters:
      name - The name of the auto follow pattern to pause
  • Method Details

    • getName

      public java.lang.String getName()