Interface EventSubscription.UpdateStages.WithLabels
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithLabelsThe stage of the EventSubscription update allowing to specify labels.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithLabels(List<String> labels)Specifies the labels property: List of user defined labels..
-
-
-
Method Detail
-
withLabels
EventSubscription.Update withLabels(List<String> labels)
Specifies the labels property: List of user defined labels..- Parameters:
labels- List of user defined labels.- Returns:
- the next definition stage.
-
-