Interface UpdatableWithTags.UpdateWithTags<T>
- Type Parameters:
T- the type of the resource being update
- All Known Subinterfaces:
AppliableWithTags<T>
- Enclosing interface:
UpdatableWithTags<T>
public static interface UpdatableWithTags.UpdateWithTags<T>
An update allowing tags to be modified for the resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutTag(String key) Removes a tag from the resource.Adds a tag to the resource.Specifies tags for the resource as aMap.
-
Method Details
-
withTags
-
withTag
Adds a tag to the resource.- Parameters:
key- the key for the tagvalue- the value for the tag- Returns:
- the next stage of the resource update
-
withoutTag
Removes a tag from the resource.- Parameters:
key- the key of the tag to remove- Returns:
- the next stage of the resource update
-