Interface HealthBot.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: Tags for a HealthBot..
  • Method Details

    • withTags

      HealthBot.Update withTags(Map<String,String> tags)
      Specifies the tags property: Tags for a HealthBot..
      Parameters:
      tags - Tags for a HealthBot.
      Returns:
      the next definition stage.