CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
public static interface UntagResourceRequest.Builder extends CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method | Description |
---|---|---|
UntagResourceRequest.Builder |
resourceArn(String resourceArn) |
The Amazon DyanamoDB resource the tags will be removed from.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys) |
A list of tag keys.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys) |
A list of tag keys.
|
copy
apply, build
UntagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon DyanamoDB resource the tags will be removed from. This value is an Amazon Resource Name (ARN).
resourceArn
- The Amazon DyanamoDB resource 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 Amazon 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 Amazon 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 Amazon DynamoDB resource.
NOTE: This method appends the values to the existing list (if any). Use
#setTagKeys(java.util.Collection)
or #withTagKeys(java.util.Collection)
if you want to
override the existing values.
tagKeys
- A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed
from the Amazon DynamoDB resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.