public static interface ListTagsForStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamRequest.Builder |
nextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForStream call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags. |
ListTagsForStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForStreamRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to list tags for.
|
ListTagsForStreamRequest.Builder |
streamName(String streamName)
The name of the stream that you want to list tags for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForStreamRequest.Builder nextToken(String nextToken)
If you specify this parameter and the result of a ListTagsForStream call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.
nextToken - If you specify this parameter and the result of a ListTagsForStream call is truncated,
the response includes a token that you can use in the next request to fetch the next batch of tags.ListTagsForStreamRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to list tags for.
streamARN - The Amazon Resource Name (ARN) of the stream that you want to list tags for.ListTagsForStreamRequest.Builder streamName(String streamName)
The name of the stream that you want to list tags for.
streamName - The name of the stream that you want to list tags for.ListTagsForStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.