public static interface DescribeTagsResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
resourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
|
DescribeTagsResponse.Builder |
resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
Information about the tags.
|
DescribeTagsResponse.Builder |
resourceTags(ResourceTag... resourceTags)
Information about the tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsResponse.Builder resourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
resourceTags - Information about the tags.DescribeTagsResponse.Builder resourceTags(ResourceTag... resourceTags)
Information about the tags.
resourceTags - Information about the tags.DescribeTagsResponse.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
Information about the tags.
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 © 2022. All rights reserved.