Interface ListTagsForStreamRequest.Builder

    • Method Detail

      • streamName

        ListTagsForStreamRequest.Builder streamName​(String streamName)

        The name of the stream.

        Parameters:
        streamName - The name of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusiveStartTagKey

        ListTagsForStreamRequest.Builder exclusiveStartTagKey​(String exclusiveStartTagKey)

        The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.

        Parameters:
        exclusiveStartTagKey - The key to use as the starting point for the list of tags. If this parameter is set, ListTagsForStream gets all tags that occur after ExclusiveStartTagKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListTagsForStreamRequest.Builder limit​(Integer limit)

        The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.

        Parameters:
        limit - The number of tags to return. If this number is less than the total number of tags associated with the stream, HasMoreTags is set to true. To list additional tags, set ExclusiveStartTagKey to the last key in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • streamARN

        ListTagsForStreamRequest.Builder streamARN​(String streamARN)

        The ARN of the stream.

        Parameters:
        streamARN - The ARN of the stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.