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.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) 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 © 2021. All rights reserved.