public static interface ListTagsForResourcesResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListTagsForResourcesResponse.Builder,ListTagsForResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourcesResponse.Builder |
resourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSets containing tags associated with the specified resources. |
ListTagsForResourcesResponse.Builder |
resourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets)
A list of
ResourceTagSets containing tags associated with the specified resources. |
ListTagsForResourcesResponse.Builder |
resourceTagSets(ResourceTagSet... resourceTagSets)
A list of
ResourceTagSets containing tags associated with the specified resources. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourcesResponse.Builder resourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of ResourceTagSets containing tags associated with the specified resources.
resourceTagSets - A list of ResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.Builder resourceTagSets(ResourceTagSet... resourceTagSets)
A list of ResourceTagSets containing tags associated with the specified resources.
resourceTagSets - A list of ResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.Builder resourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets)
A list of ResourceTagSets containing tags associated with the specified resources.
ResourceTagSet.Builder avoiding the need to create one
manually via ResourceTagSet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceTagSets(List.
resourceTagSets - a consumer that will call methods on
ResourceTagSet.Builder#resourceTagSets(java.util.Collection) Copyright © 2023. All rights reserved.