public static interface UntagResourceRequest.Builder extends TimestreamQueryRequest.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 Timestream resource that the tags will be removed from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tags keys.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tags keys.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
resourceARN - The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name
(ARN).UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
tagKeys - A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed
from the Timestream resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
tagKeys - A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed
from the Timestream resource.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.