public static interface UntagResourceRequest.Builder extends OpenSearchServerlessRequest.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 remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tag or set of tags to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tag or set of tags to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not in the
DELETING state), and must be owned by the account ID included in the request.
resourceArn - The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not
in the DELETING state), and must be owned by the account ID included in the request.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tag or set of tags to remove from the resource. All tag keys in the request must be unique.
tagKeys - The tag or set of tags to remove from the resource. All tag keys in the request must be unique.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tag or set of tags to remove from the resource. All tag keys in the request must be unique.
tagKeys - The tag or set of tags to remove from the resource. All tag keys in the request must be unique.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.