Interface ListTagsForStreamResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListTagsForStreamResponse.Builder,ListTagsForStreamResponse>, KinesisVideoResponse.Builder, SdkBuilder<ListTagsForStreamResponse.Builder,ListTagsForStreamResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListTagsForStreamResponse

public static interface ListTagsForStreamResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForStreamResponse.Builder,ListTagsForStreamResponse>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of tag keys and values associated with the specified stream.

      Parameters:
      tags - A map of tag keys and values associated with the specified stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.