public static interface UntagResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<UntagResponse.Builder,UntagResponse>
| Modifier and Type | Method and Description |
|---|---|
UntagResponse.Builder |
arn(String arn)
The ARN of the resource group from which tags have been removed.
|
UntagResponse.Builder |
keys(Collection<String> keys)
The keys of the tags that were removed.
|
UntagResponse.Builder |
keys(String... keys)
The keys of the tags that were removed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResponse.Builder arn(String arn)
The ARN of the resource group from which tags have been removed.
arn - The ARN of the resource group from which tags have been removed.UntagResponse.Builder keys(Collection<String> keys)
The keys of the tags that were removed.
keys - The keys of the tags that were removed.UntagResponse.Builder keys(String... keys)
The keys of the tags that were removed.
keys - The keys of the tags that were removed.Copyright © 2021. All rights reserved.