Interface Workspace.UpdateStages.WithTags

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

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

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

    • withTags

      Workspace.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.