Interface ListTagsForStreamResponse.Builder

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

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

    • tags

      A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

      Parameters:
      tags - A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

      Parameters:
      tags - A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hasMoreTags

      ListTagsForStreamResponse.Builder hasMoreTags(Boolean hasMoreTags)

      If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

      Parameters:
      hasMoreTags - If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.