Interface ScheduledAction.DefinitionStages.WithSchedule
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithSchedule
The stage of the ScheduledAction definition allowing to specify schedule.
-
Method Summary
Modifier and TypeMethodDescriptionwithSchedule(ScheduleProperties schedule) Specifies the schedule property: Schedule of the scheduled action..
-
Method Details
-
withSchedule
Specifies the schedule property: Schedule of the scheduled action..- Parameters:
schedule- Schedule of the scheduled action.- Returns:
- the next definition stage.
-