public static interface UntagResourceRequest.Builder extends CostExplorerRequest.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.
|
UntagResourceRequest.Builder |
resourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
UntagResourceRequest.Builder |
resourceTagKeys(String... resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.
resourceArn - The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.UntagResourceRequest.Builder resourceTagKeys(Collection<String> resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a
tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200,
user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.UntagResourceRequest.Builder resourceTagKeys(String... resourceTagKeys)
A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a
tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200,
user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.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.