public static interface UntagResourceRequest.Builder extends FSxRequest.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 ARN of the Amazon FSx resource to untag.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of keys of tags on the resource to untag.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The ARN of the Amazon FSx resource to untag.
resourceARN - The ARN of the Amazon FSx resource to untag.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
tagKeys - A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will
still succeed to be idempotent.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.
tagKeys - A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will
still succeed to be idempotent.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.