public static interface UntagResourceRequest.Builder extends Cloud9Request.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 Cloud9 development environment to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tag names of the tags to remove from the given Cloud9 development environment.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tag names of the tags to remove from the given Cloud9 development environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Cloud9 development environment to remove tags from.
resourceARN - The Amazon Resource Name (ARN) of the Cloud9 development environment to remove tags from.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tag names of the tags to remove from the given Cloud9 development environment.
tagKeys - The tag names of the tags to remove from the given Cloud9 development environment.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tag names of the tags to remove from the given Cloud9 development environment.
tagKeys - The tag names of the tags to remove from the given Cloud9 development environment.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.