public static interface ListTagsForResourceResponse.Builder extends RumResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
resourceArn(String resourceArn)
The ARN of the resource that you are viewing.
|
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
The list of tag keys and values associated with the resource you specified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder resourceArn(String resourceArn)
The ARN of the resource that you are viewing.
resourceArn - The ARN of the resource that you are viewing.ListTagsForResourceResponse.Builder tags(Map<String,String> tags)
The list of tag keys and values associated with the resource you specified.
tags - The list of tag keys and values associated with the resource you specified.Copyright © 2023. All rights reserved.