Interface ScheduledAction.DefinitionStages.WithKind
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithKind
The stage of the ScheduledAction definition allowing to specify kind.
-
Method Summary
Modifier and TypeMethodDescriptionwithKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..
-
Method Details
-
withKind
Specifies the kind property: Kind of the scheduled action..- Parameters:
kind- Kind of the scheduled action.- Returns:
- the next definition stage.
-