Uses of Class
org.cdk8s.Cron.Builder
-
-
Uses of Cron.Builder in org.cdk8s
Methods in org.cdk8s that return Cron.Builder Modifier and Type Method Description static Cron.Builder
Cron.Builder. create()
Cron.Builder
Cron.Builder. day(String day)
The day of the month to run this rule at.Cron.Builder
Cron.Builder. hour(String hour)
The hour to run this rule at.Cron.Builder
Cron.Builder. minute(String minute)
The minute to run this rule at.Cron.Builder
Cron.Builder. month(String month)
The month to run this rule at.Cron.Builder
Cron.Builder. weekDay(String weekDay)
The day of the week to run this rule at.
-