Interface Account.UpdateStages.WithTags

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

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

    Modifier and Type
    Method
    Description
    Specifies the tags property: List of key value pairs that describe the resource.
  • Method Details

    • withTags

      Account.Update withTags(Map<String,String> tags)
      Specifies the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags..
      Parameters:
      tags - List of key value pairs that describe the resource. This will overwrite the existing tags.
      Returns:
      the next definition stage.