public static interface UntagResourceRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceShareArn(String resourceShareArn)
Specifies the Amazon
Resoure Name (ARN) of the resource share that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceShareArn(String resourceShareArn)
Specifies the Amazon Resoure Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share.
resourceShareArn - Specifies the Amazon Resoure Name
(ARN) of the resource share that you want to remove tags from. The tags are removed from the
resource share, not the resources in the resource share.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
Specifies a list of one or more tag keys that you want to remove.
tagKeys - Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
Specifies a list of one or more tag keys that you want to remove.
tagKeys - Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.