CopyableBuilder<ResourceTagMapping.Builder,ResourceTagMapping>
, SdkBuilder<ResourceTagMapping.Builder,ResourceTagMapping>
public static interface ResourceTagMapping.Builder extends CopyableBuilder<ResourceTagMapping.Builder,ResourceTagMapping>
Modifier and Type | Method | Description |
---|---|---|
ResourceTagMapping.Builder |
resourceARN(String resourceARN) |
An array of resource ARN(s).
|
ResourceTagMapping.Builder |
tags(Collection<Tag> tags) |
The tags that have been applied to one or more AWS resources.
|
ResourceTagMapping.Builder |
tags(Tag... tags) |
The tags that have been applied to one or more AWS resources.
|
copy
apply, build
ResourceTagMapping.Builder resourceARN(String resourceARN)
An array of resource ARN(s).
resourceARN
- An array of resource ARN(s).ResourceTagMapping.Builder tags(Collection<Tag> tags)
The tags that have been applied to one or more AWS resources.
tags
- The tags that have been applied to one or more AWS resources.ResourceTagMapping.Builder tags(Tag... tags)
The tags that have been applied to one or more AWS resources.
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 that have been applied to one or more AWS resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.