public static interface ListTagsForResourceResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
Tags that have been applied to the specified resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Map<String,String> 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"}
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"}
Copyright © 2021. All rights reserved.