public static interface UntagResourceRequest.Builder extends RbinRequest.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 retention rule.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tag keys of the tags to unassign.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
The tag keys of the tags to unassign.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the retention rule.
resourceArn - The Amazon Resource Name (ARN) of the retention rule.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.
tagKeys - The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.UntagResourceRequest.Builder tagKeys(String... tagKeys)
The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.
tagKeys - The tag keys of the tags to unassign. All tags that have the specified tag key are unassigned.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.