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 method that creates an instance of theTagDescription.Builder avoiding the need
to create one manually via
TagDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tagDescriptions(List.
tagDescriptions - a consumer that will call methods on
TagDescription.Builder#tagDescriptions(java.util.Collection) Copyright © 2023. All rights reserved.