public static interface UntagResourceRequest.Builder extends BraketRequest.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)
Specify the
resourceArn for the resource from which to remove the tags. |
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
pecify the keys for the tags to remove from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
pecify the keys for the tags to remove from the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
Specify the resourceArn for the resource from which to remove the tags.
resourceArn - Specify the resourceArn for the resource from which to remove the tags.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
pecify the keys for the tags to remove from the resource.
tagKeys - pecify the keys for the tags to remove from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
pecify the keys for the tags to remove from the resource.
tagKeys - pecify the keys for the tags 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 © 2020. All rights reserved.