public static interface UntagResourceRequest.Builder extends FmsRequest.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 |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to return tags for.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that support tagging are policies, applications lists, and protocols lists.
resourceArn - The Amazon Resource Name (ARN) of the resource to return tags for. The Firewall Manager resources that
support tagging are policies, applications lists, and protocols lists.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags to remove from the resource.
tagKeys - The keys of the tags to remove from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags to remove from the resource.
tagKeys - The keys of the tags to remove from the resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.