public static interface SearchResourceTagsResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchResourceTagsResponse.Builder,SearchResourceTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchResourceTagsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchResourceTagsResponse.Builder |
tags(Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
|
SearchResourceTagsResponse.Builder |
tags(Consumer<TagSet.Builder>... tags)
A list of tags used in the Amazon Connect instance.
|
SearchResourceTagsResponse.Builder |
tags(TagSet... tags)
A list of tags used in the Amazon Connect instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourceTagsResponse.Builder tags(Collection<TagSet> tags)
A list of tags used in the Amazon Connect instance.
tags - A list of tags used in the Amazon Connect instance.SearchResourceTagsResponse.Builder tags(TagSet... tags)
A list of tags used in the Amazon Connect instance.
tags - A list of tags used in the Amazon Connect instance.SearchResourceTagsResponse.Builder tags(Consumer<TagSet.Builder>... tags)
A list of tags used in the Amazon Connect instance.
This is a convenience method that creates an instance of theTagSet.Builder avoiding the need to create one manually
via TagSet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
TagSet.Builder#tags(java.util.Collection) SearchResourceTagsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.