Interface EventSubscription.DefinitionStages.WithLabels
-
- All Known Subinterfaces:
EventSubscription.Definition,EventSubscription.DefinitionStages.WithCreate
- Enclosing interface:
- EventSubscription.DefinitionStages
public static interface EventSubscription.DefinitionStages.WithLabelsThe stage of the EventSubscription definition allowing to specify labels.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.DefinitionStages.WithCreatewithLabels(List<String> labels)Specifies the labels property: List of user defined labels..
-
-
-
Method Detail
-
withLabels
EventSubscription.DefinitionStages.WithCreate 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.
-
-