Interface ListTagsForDeliveryStreamResponse.Builder

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

public static interface ListTagsForDeliveryStreamResponse.Builder extends FirehoseResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForDeliveryStreamResponse.Builder,ListTagsForDeliveryStreamResponse>
  • Method Details

    • tags

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

      Parameters:
      tags - A list of tags associated with DeliveryStreamName, 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 DeliveryStreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

      Parameters:
      tags - A list of tags associated with DeliveryStreamName, 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 DeliveryStreamName, 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

      If this is true in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey to the key of the last tag returned and call ListTagsForDeliveryStream again.

      Parameters:
      hasMoreTags - If this is true in the response, more tags are available. To list the remaining tags, set ExclusiveStartTagKey to the key of the last tag returned and call ListTagsForDeliveryStream again.
      Returns:
      Returns a reference to this object so that method calls can be chained together.