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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForDeliveryStreamResponse.BuilderhasMoreTags(Boolean hasMoreTags)If this istruein the response, more tags are available.ListTagsForDeliveryStreamResponse.Buildertags(Collection<Tag> tags)A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForDeliveryStreamResponse.Buildertags(Consumer<Tag.Builder>... tags)A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.ListTagsForDeliveryStreamResponse.Buildertags(Tag... tags)A list of tags associated withDeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.firehose.model.FirehoseResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
tags
ListTagsForDeliveryStreamResponse.Builder tags(Collection<Tag> tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withDeliveryStreamName, 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
ListTagsForDeliveryStreamResponse.Builder tags(Tag... tags)
A list of tags associated with
DeliveryStreamName, starting with the first tag afterExclusiveStartTagKeyand up to the specifiedLimit.- Parameters:
tags- A list of tags associated withDeliveryStreamName, 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
ListTagsForDeliveryStreamResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with
This is a convenience method that creates an instance of theDeliveryStreamName, 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
hasMoreTags
ListTagsForDeliveryStreamResponse.Builder hasMoreTags(Boolean hasMoreTags)
If this is
truein the response, more tags are available. To list the remaining tags, setExclusiveStartTagKeyto the key of the last tag returned and callListTagsForDeliveryStreamagain.- Parameters:
hasMoreTags- If this istruein the response, more tags are available. To list the remaining tags, setExclusiveStartTagKeyto the key of the last tag returned and callListTagsForDeliveryStreamagain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-