Interface ScheduledAction.UpdateStages.WithStatus
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithStatus
The stage of the ScheduledAction update allowing to specify status.
-
Method Summary
Modifier and TypeMethodDescriptionwithStatus(ScheduledActionStatus status) Specifies the status property: Status of the scheduled action..
-
Method Details
-
withStatus
Specifies the status property: Status of the scheduled action..- Parameters:
status- Status of the scheduled action.- Returns:
- the next definition stage.
-