Interface GetTagsResponse.Builder

    • Method Detail

      • arn

        GetTagsResponse.Builder arn​(String arn)

        The ARN of the tagged resource group.

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

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

        The tags associated with the specified resource group.

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