CopyableBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
, SdkBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
public static interface TagResourcesRequest.Builder extends CopyableBuilder<TagResourcesRequest.Builder,TagResourcesRequest>
Modifier and Type | Method | Description |
---|---|---|
TagResourcesRequest.Builder |
resourceARNList(String... resourceARNList) |
A list of ARNs.
|
TagResourcesRequest.Builder |
resourceARNList(Collection<String> resourceARNList) |
A list of ARNs.
|
TagResourcesRequest.Builder |
tags(Map<String,String> tags) |
The tags that you want to add to the specified resources.
|
copy
apply, build
TagResourcesRequest.Builder resourceARNList(Collection<String> resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to tag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
resourceARNList
- A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a
minimum of 1 and a maximum of 20 ARNs (resources) to tag. An ARN can be set to a maximum of 1600
characters. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.TagResourcesRequest.Builder resourceARNList(String... resourceARNList)
A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a minimum of 1 and a maximum of 20 ARNs (resources) to tag. An ARN can be set to a maximum of 1600 characters. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceARNList(java.util.Collection)
or #withResourceARNList(java.util.Collection)
if
you want to override the existing values.
resourceARNList
- A list of ARNs. An ARN (Amazon Resource Name) uniquely identifies a resource. You can specify a
minimum of 1 and a maximum of 20 ARNs (resources) to tag. An ARN can be set to a maximum of 1600
characters. For more information, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.TagResourcesRequest.Builder tags(Map<String,String> tags)
The tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
tags
- The tags that you want to add to the specified resources. A tag consists of a key and a value that you
define.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.