Interface TagResponse.Builder

    • Method Detail

      • arn

        TagResponse.Builder arn​(String arn)

        The ARN of the tagged resource.

        Parameters:
        arn - The ARN of the tagged resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TagResponse.Builder tags​(Map<String,​String> tags)

        The tags that have been added to the specified resource group.

        Parameters:
        tags - The tags that have been added to the specified resource group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.