Class ScheduleBuilders
java.lang.Object
co.elastic.clients.elasticsearch.watcher.ScheduleBuilders
-
Method Summary
Modifier and TypeMethodDescriptionstatic DailySchedule.Builderdaily()Creates a builder for thedailySchedulevariant.static ScheduleCreates a Schedule of thedailySchedulevariant.static HourlySchedule.Builderhourly()Creates a builder for thehourlySchedulevariant.static ScheduleCreates a Schedule of thehourlySchedulevariant.static Time.Builderinterval()Creates a builder for theintervalSchedulevariant.static ScheduleCreates a Schedule of theintervalSchedulevariant.
-
Method Details
-
daily
Creates a builder for thedailySchedulevariant. -
daily
Creates a Schedule of thedailySchedulevariant. -
hourly
Creates a builder for thehourlySchedulevariant. -
hourly
Creates a Schedule of thehourlySchedulevariant. -
interval
Creates a builder for theintervalSchedulevariant. -
interval
Creates a Schedule of theintervalSchedulevariant.
-