CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
, SdkBuilder<TagResourceRequest.Builder,TagResourceRequest>
public static interface TagResourceRequest.Builder extends CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
Modifier and Type | Method | Description |
---|---|---|
TagResourceRequest.Builder |
resourceArn(String resourceArn) |
Identifies the Amazon DynamoDB resource to which tags should be added.
|
TagResourceRequest.Builder |
tags(Collection<Tag> tags) |
The tags to be assigned to the Amazon DynamoDB resource.
|
TagResourceRequest.Builder |
tags(Tag... tags) |
The tags to be assigned to the Amazon DynamoDB resource.
|
copy
apply, build
TagResourceRequest.Builder resourceArn(String resourceArn)
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
resourceArn
- Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon
Resource Name (ARN).TagResourceRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the Amazon DynamoDB resource.
tags
- The tags to be assigned to the Amazon DynamoDB resource.TagResourceRequest.Builder tags(Tag... tags)
The tags to be assigned to the Amazon DynamoDB resource.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to be assigned to the Amazon DynamoDB resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.