public static interface ListTagsForResourceResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next set of tags. |
ListTagsForResourceResponse.Builder |
tags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder nextToken(String nextToken)
If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next set of tags.
nextToken - If you specify this parameter and the result of a ListTagsForResource call is truncated,
the response includes a token that you can use in the next request to fetch the next set of tags.ListTagsForResourceResponse.Builder tags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
tags - A map of tag keys and values associated with the specified signaling channel.Copyright © 2023. All rights reserved.