public static interface TagResponse.Builder extends ResourceGroupsResponse.Builder, CopyableBuilder<TagResponse.Builder,TagResponse>
| Modifier and Type | Method and Description |
|---|---|
TagResponse.Builder |
arn(String arn)
The ARN of the tagged resource.
|
TagResponse.Builder |
tags(Map<String,String> tags)
The tags that have been added to the specified resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildTagResponse.Builder arn(String arn)
The ARN of the tagged resource.
arn - The ARN of the tagged resource.TagResponse.Builder tags(Map<String,String> tags)
The tags that have been added to the specified resource.
tags - The tags that have been added to the specified resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.