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