Interface Factory.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: The resource tags..
  • Method Details

    • withTags

      Factory.Update withTags(Map<String,String> tags)
      Specifies the tags property: The resource tags..
      Parameters:
      tags - The resource tags.
      Returns:
      the next definition stage.