Interface KeyValue.UpdateStages.WithTags

All Known Subinterfaces:
KeyValue.Update
Enclosing interface:
KeyValue.UpdateStages

public static interface KeyValue.UpdateStages.WithTags
The stage of the KeyValue update allowing to specify tags.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the tags property: A dictionary of tags that can help identify what a key-value may be applicable for..
  • Method Details

    • withTags

      KeyValue.Update withTags(Map<String,String> tags)
      Specifies the tags property: A dictionary of tags that can help identify what a key-value may be applicable for..
      Parameters:
      tags - A dictionary of tags that can help identify what a key-value may be applicable for.
      Returns:
      the next definition stage.