public static interface UntagResourceRequest.Builder extends KeyspacesRequest.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 Keyspaces resource that the tags will be removed from.
|
UntagResourceRequest.Builder |
tags(Collection<Tag> tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
UntagResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
UntagResourceRequest.Builder |
tags(Tag... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
resourceArn - The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource
Name (ARN).UntagResourceRequest.Builder tags(Collection<Tag> tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
tags - A list of existing tags to be removed from the Amazon Keyspaces resource.UntagResourceRequest.Builder tags(Tag... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
tags - A list of existing tags to be removed from the Amazon Keyspaces resource.UntagResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of existing tags to be removed from the Amazon Keyspaces resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.