Interface ConnectionMonitor.DefinitionStages.WithTags
- All Known Subinterfaces:
ConnectionMonitor.Definition, ConnectionMonitor.DefinitionStages.WithCreate
- Enclosing interface:
ConnectionMonitor.DefinitionStages
public static interface ConnectionMonitor.DefinitionStages.WithTags
The stage of the connection monitor definition allowing to add or update tags.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutTag(String key) Removes a tag from the connection monitor.Adds a tag to the connection monitor.Specifies tags for the connection monitor.
-
Method Details
-
withTags
Specifies tags for the connection monitor.- Parameters:
tags- tags indexed by name- Returns:
- the next stage of the definition
-
withTag
Adds a tag to the connection monitor.- Parameters:
key- the key for the tagvalue- the value for the tag- Returns:
- the next stage of the definition
-
withoutTag
Removes a tag from the connection monitor.- Parameters:
key- the key of the tag to remove- Returns:
- the next stage of the definition
-