Interface ListTagsForResourceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>, LocationResponse.Builder, SdkBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListTagsForResourceResponse

public static interface ListTagsForResourceResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
  • Method Details

    • tags

      Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

      • Format example: {"tag1" : "value1", "tag2" : "value2"}

      Parameters:
      tags - Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

      • Format example: {"tag1" : "value1", "tag2" : "value2"}

      Returns:
      Returns a reference to this object so that method calls can be chained together.