public static interface UntagResourceRequest.Builder extends HealthLakeRequest.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 Data Store for which tags are being removed
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys for the tags to be removed from the Healthlake Data Store.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys for the tags to be removed from the Healthlake Data Store.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
"The Amazon Resource Name(ARN) of the Data Store for which tags are being removed
resourceARN - "The Amazon Resource Name(ARN) of the Data Store for which tags are being removedUntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys for the tags to be removed from the Healthlake Data Store.
tagKeys - The keys for the tags to be removed from the Healthlake Data Store.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys for the tags to be removed from the Healthlake Data Store.
tagKeys - The keys for the tags to be removed from the Healthlake Data Store.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.