public static interface DescribeTagsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
tagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
|
DescribeTagsResponse.Builder |
tagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions)
Information about the tags.
|
DescribeTagsResponse.Builder |
tagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsResponse.Builder tagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
tagDescriptions - Information about the tags.DescribeTagsResponse.Builder tagDescriptions(TagDescription... tagDescriptions)
Information about the tags.
tagDescriptions - Information about the tags.DescribeTagsResponse.Builder tagDescriptions(Consumer<TagDescription.Builder>... tagDescriptions)
Information about the tags.
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 #tagDescriptions(List) .tagDescriptions - a consumer that will call methods on List.Builder #tagDescriptions(List) Copyright © 2022. All rights reserved.