Class TriggerBuilders

java.lang.Object
co.elastic.clients.elasticsearch.watcher.TriggerBuilders

public class TriggerBuilders
extends java.lang.Object
Builders for Trigger variants.
  • Method Summary

    Modifier and Type Method Description
    static Schedule.Builder schedule()
    Creates a builder for the schedule Trigger variant.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details