Interface Server.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: Application-specific metadata in the form of key-value pairs..
  • Method Details

    • withTags

      Server.Update withTags(Map<String,String> tags)
      Specifies the tags property: Application-specific metadata in the form of key-value pairs..
      Parameters:
      tags - Application-specific metadata in the form of key-value pairs.
      Returns:
      the next definition stage.