public static interface UntagResourceRequest.Builder extends DynamoDbRequest.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 DynamoDB resource that the tags will be removed from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceArn(String resourceArn)
The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
resourceArn - The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed
from the DynamoDB resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.
tagKeys - A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed
from the DynamoDB resource.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.