Interface ListTagsForResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,KinesisVideoResponse.Builder,SdkBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForResourceResponse
public static interface ListTagsForResourceResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceResponse.BuildernextToken(String nextToken)If you specify this parameter and the result of aListTagsForResourcecall is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.ListTagsForResourceResponse.Buildertags(Map<String,String> tags)A map of tag keys and values associated with the specified signaling channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListTagsForResourceResponse.Builder nextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForResourcecall is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.- Parameters:
nextToken- If you specify this parameter and the result of aListTagsForResourcecall is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
ListTagsForResourceResponse.Builder tags(Map<String,String> tags)
A map of tag keys and values associated with the specified signaling channel.
- Parameters:
tags- A map of tag keys and values associated with the specified signaling channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-