Interface Domain.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: Tags of the domains resource..
  • Method Details

    • withTags

      Domain.Update withTags(Map<String,String> tags)
      Specifies the tags property: Tags of the domains resource..
      Parameters:
      tags - Tags of the domains resource.
      Returns:
      the next definition stage.