public static interface UntagResourceRequest.Builder extends NimbleRequest.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)
Identifies the Amazon Resource Name(ARN) key from which you are removing tags.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
One or more tag keys.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
One or more tag keys.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
Identifies the Amazon Resource Name(ARN) key from which you are removing tags.
resourceArn - Identifies the Amazon Resource Name(ARN) key from which you are removing tags.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
One or more tag keys. Specify only the tag keys, not the tag values.
tagKeys - One or more tag keys. Specify only the tag keys, not the tag values.UntagResourceRequest.Builder tagKeys(String... tagKeys)
One or more tag keys. Specify only the tag keys, not the tag values.
tagKeys - One or more tag keys. Specify only the tag keys, not the tag values.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.