Class ScheduleBuilders

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

public class ScheduleBuilders
extends java.lang.Object
Builders for Schedule variants.

Variants cron, monthly, weekly, yearly are not available here as they don't have a dedicated class. Use Schedule's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static DailySchedule.Builder daily()
    Creates a builder for the daily Schedule variant.
    static HourlySchedule.Builder hourly()
    Creates a builder for the hourly Schedule variant.
    static Time.Builder interval()
    Creates a builder for the interval Schedule variant.

    Methods inherited from class java.lang.Object

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