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