Interface HostPool.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: tags to be updated.
  • Method Details

    • withTags

      HostPool.Update withTags(Map<String,String> tags)
      Specifies the tags property: tags to be updated.
      Parameters:
      tags - tags to be updated.
      Returns:
      the next definition stage.