Interface ListTagsForStreamResponse.Builder

    • Method Detail

      • nextToken

        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.

        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

        ListTagsForStreamResponse.Builder tags​(Map<String,​String> 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.