Interface SystemTopic.UpdateStages.WithTags
-
- All Known Subinterfaces:
SystemTopic.Update
- Enclosing interface:
- SystemTopic.UpdateStages
public static interface SystemTopic.UpdateStages.WithTagsThe stage of the SystemTopic update allowing to specify tags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemTopic.UpdatewithTags(Map<String,String> tags)Specifies the tags property: Tags of the system topic..
-
-
-
Method Detail
-
withTags
SystemTopic.Update withTags(Map<String,String> tags)
Specifies the tags property: Tags of the system topic..- Parameters:
tags- Tags of the system topic.- Returns:
- the next definition stage.
-
-