public static interface ListTagsForDeliveryStreamResponse.Builder extends FirehoseResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForDeliveryStreamResponse.Builder,ListTagsForDeliveryStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamResponse.Builder |
hasMoreTags(Boolean hasMoreTags)
If this is
true in the response, more tags are available. |
ListTagsForDeliveryStreamResponse.Builder |
tags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
ListTagsForDeliveryStreamResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
ListTagsForDeliveryStreamResponse.Builder |
tags(Tag... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForDeliveryStreamResponse.Builder tags(Collection<Tag> tags)
A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.ListTagsForDeliveryStreamResponse.Builder tags(Tag... tags)
A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.ListTagsForDeliveryStreamResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with DeliveryStreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
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.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ListTagsForDeliveryStreamResponse.Builder hasMoreTags(Boolean 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.
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.Copyright © 2023. All rights reserved.