public static interface UntagResourceRequest.Builder extends ServiceQuotasRequest.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) for the applied quota that you want to untag.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags that you want to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags that you want to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.
resourceARN - The Amazon Resource Name (ARN) for the applied quota that you want to untag. You can get this
information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags that you want to remove from the resource.
tagKeys - The keys of the tags that you want to remove from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags that you want to remove from the resource.
tagKeys - The keys of the tags that you want 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.