public static interface UntagResourceRequest.Builder extends OpsWorksCmRequest.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 Number (ARN) of a resource from which you want to remove tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of tags that you want to remove.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of tags that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example,
arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE
.
resourceArn - The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example,
arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE
.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of tags that you want to remove.
tagKeys - The keys of tags that you want to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The keys of tags that you want to remove.
tagKeys - The keys of tags that you want to remove.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.