Interface Schedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Schedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.062Z") @Stability(Experimental) public interface Schedule extends software.amazon.jsii.JsiiSerializable
(experimental) A workflow may have a schedule indicating it runs at a certain time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSchedule.BuilderA builder forSchedulestatic classSchedule.Jsii$ProxyAn implementation forSchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Schedule.Builderbuilder()default StringgetCron()(experimental) The cron key is defined using POSIX crontab syntax.FiltergetFilters()
-
-
-
Method Detail
-
getFilters
@Stability(Experimental) @NotNull Filter getFilters()
-
getCron
@Stability(Experimental) @Nullable default String getCron()
(experimental) The cron key is defined using POSIX crontab syntax.
-
builder
@Stability(Experimental) static Schedule.Builder builder()
- Returns:
- a
Schedule.BuilderofSchedule
-
-