public static interface ListTagsForResourceResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
resourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
|
ListTagsForResourceResponse.Builder |
resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
A list of tag key value pairs that are associated with the resource.
|
ListTagsForResourceResponse.Builder |
resourceTags(ResourceTag... resourceTags)
A list of tag key value pairs that are associated with the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder resourceTags(Collection<ResourceTag> resourceTags)
A list of tag key value pairs that are associated with the resource.
resourceTags - A list of tag key value pairs that are associated with the resource.ListTagsForResourceResponse.Builder resourceTags(ResourceTag... resourceTags)
A list of tag key value pairs that are associated with the resource.
resourceTags - A list of tag key value pairs that are associated with the resource.ListTagsForResourceResponse.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
A list of tag key value pairs that are associated with the resource.
This is a convenience method that creates an instance of theResourceTag.Builder avoiding the need to create
one manually via ResourceTag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceTags(List.
resourceTags - a consumer that will call methods on
ResourceTag.Builder#resourceTags(java.util.Collection) Copyright © 2023. All rights reserved.