public static interface ListTagsForStreamResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForStreamResponse.Builder,ListTagsForStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForStreamResponse.Builder |
hasMoreTags(Boolean hasMoreTags)
If set to
true, more tags are available. |
ListTagsForStreamResponse.Builder |
tags(Collection<Tag> tags)
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
ListTagsForStreamResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
ListTagsForStreamResponse.Builder |
tags(Tag... tags)
A list of tags associated with
StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForStreamResponse.Builder tags(Collection<Tag> tags)
A list of tags associated with StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.ListTagsForStreamResponse.Builder tags(Tag... tags)
A list of tags associated with StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.
tags - A list of tags associated with StreamName, starting with the first tag after
ExclusiveStartTagKey and up to the specified Limit.ListTagsForStreamResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with StreamName, 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) 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.
hasMoreTags - If set to true, more tags are available. To request additional tags, set
ExclusiveStartTagKey to the key of the last tag returned.Copyright © 2023. All rights reserved.