Interface ListTagsForStreamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListTagsForStreamResponse.Builder,,ListTagsForStreamResponse> KinesisResponse.Builder,SdkBuilder<ListTagsForStreamResponse.Builder,,ListTagsForStreamResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListTagsForStreamResponse
@Mutable
@NotThreadSafe
public static interface ListTagsForStreamResponse.Builder
extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForStreamResponse.Builder,ListTagsForStreamResponse>
-
Method Summary
Modifier and TypeMethodDescriptionhasMoreTags(Boolean hasMoreTags) If set totrue, more tags are available.tags(Collection<Tag> tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.tags(Consumer<Tag.Builder>... tags) A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesis.model.KinesisResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
tags
A list of tags associated with
StreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- 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 afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A list of tags associated with
This is a convenience method that creates an instance of theStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hasMoreTags
If set to
true, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.- Parameters:
hasMoreTags- If set totrue, more tags are available. To request additional tags, setExclusiveStartTagKeyto the key of the last tag returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-