Interface ScheduledAction.UpdateStages.WithSchedule
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithSchedule
The stage of the ScheduledAction update 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.
-