public static interface DeleteTagsRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteTagsRequest.Builder,DeleteTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
DeleteTagsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
DeleteTagsRequest.Builder |
resources(Collection<String> resources)
The IDs of one or more resources.
|
DeleteTagsRequest.Builder |
resources(String... resources)
The IDs of one or more resources.
|
DeleteTagsRequest.Builder |
tags(Collection<Tag> tags)
One or more tags to delete.
|
DeleteTagsRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
One or more tags to delete.
|
DeleteTagsRequest.Builder |
tags(Tag... tags)
One or more tags to delete.
|
buildrequestOverrideConfigDeleteTagsRequest.Builder resources(Collection<String> resources)
The IDs of one or more resources.
resources - The IDs of one or more resources.DeleteTagsRequest.Builder resources(String... resources)
The IDs of one or more resources.
resources - The IDs of one or more resources.DeleteTagsRequest.Builder tags(Collection<Tag> tags)
One or more tags to delete. If you omit this parameter, we delete all tags for the specified resources. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.
tags - One or more tags to delete. If you omit this parameter, we delete all tags for the specified
resources. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag
key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag
key with an empty string as the tag value, we delete the tag only if its value is an empty string.DeleteTagsRequest.Builder tags(Tag... tags)
One or more tags to delete. If you omit this parameter, we delete all tags for the specified resources. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.
tags - One or more tags to delete. If you omit this parameter, we delete all tags for the specified
resources. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag
key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag
key with an empty string as the tag value, we delete the tag only if its value is an empty string.DeleteTagsRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags to delete. If you omit this parameter, we delete all tags for the specified resources. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) DeleteTagsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderDeleteTagsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.