public static interface DeleteTagsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteTagsRequest.Builder,DeleteTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest.Builder |
resources(Collection<String> resources)
The ID of the resource.
|
DeleteTagsRequest.Builder |
resources(String... resources)
The ID of the resource.
|
DeleteTagsRequest.Builder |
tags(Collection<Tag> tags)
One or more tags to delete.
|
DeleteTagsRequest.Builder |
tags(Tag... tags)
One or more tags to delete.
|
copyapply, buildDeleteTagsRequest.Builder resources(Collection<String> resources)
The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.
resources - The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.DeleteTagsRequest.Builder resources(String... resources)
The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.
resources - The ID of the resource. For example, ami-1a2b3c4d. You can specify more than one resource ID.DeleteTagsRequest.Builder tags(Collection<Tag> tags)
One or more tags to delete. If you omit the value parameter, we delete the tag regardless of its
value. If you specify this parameter with an empty string as the value, we delete the key only if its value
is an empty string.
tags - One or more tags to delete. If you omit the value parameter, we delete the tag regardless
of its value. If you specify this parameter with an empty string as the value, we delete the key only
if its value is an empty string.DeleteTagsRequest.Builder tags(Tag... tags)
One or more tags to delete. If you omit the value parameter, we delete the tag regardless of its
value. If you specify this parameter with an empty string as the value, we delete the key only if its value
is an empty string.
tags - One or more tags to delete. If you omit the value parameter, we delete the tag regardless
of its value. If you specify this parameter with an empty string as the value, we delete the key only
if its value is an empty string.Copyright © 2017. All rights reserved.