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