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.
List.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 #resourceTagSets(List) .resourceTagSets - a consumer that will call methods on List.Builder #resourceTagSets(List) Copyright © 2020. All rights reserved.