Interface Module.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: Gets or sets the tags attached to the resource..
  • Method Details

    • withTags

      Module.Update withTags(Map<String,String> tags)
      Specifies the tags property: Gets or sets the tags attached to the resource..
      Parameters:
      tags - Gets or sets the tags attached to the resource.
      Returns:
      the next definition stage.