CopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
, SdkBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
public static interface UntagResourcesRequest.Builder extends CopyableBuilder<UntagResourcesRequest.Builder,UntagResourcesRequest>
Modifier and Type | Method | Description |
---|---|---|
UntagResourcesRequest.Builder |
resourceARNList(String... resourceARNList) |
A list of ARNs.
|
UntagResourcesRequest.Builder |
resourceARNList(Collection<String> resourceARNList) |
A list of ARNs.
|
UntagResourcesRequest.Builder |
tagKeys(String... tagKeys) |
A list of the tag keys that you want to remove from the specified resources.
|
UntagResourcesRequest.Builder |
tagKeys(Collection<String> tagKeys) |
A list of the tag keys that you want to remove from the specified resources.
|
copy
apply, build
UntagResourcesRequest.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 untag. 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 untag. 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.UntagResourcesRequest.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 untag. 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 untag. 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.UntagResourcesRequest.Builder tagKeys(Collection<String> tagKeys)
A list of the tag keys that you want to remove from the specified resources.
tagKeys
- A list of the tag keys that you want to remove from the specified resources.UntagResourcesRequest.Builder tagKeys(String... tagKeys)
A list of the tag keys that you want to remove from the specified resources.
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 the tag keys that you want to remove from the specified resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.