public static interface ListTagsForResourceResponse.Builder extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
A collection of key/value pairs defining the resource tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Map<String,String> tags)
A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
tags - A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1",
"key2": "value2"} }. For more information, see AWS Tagging
Strategies.
Copyright © 2019. All rights reserved.