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