public static interface ListTagsForDeliveryStreamRequest.Builder extends FirehoseRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForDeliveryStreamRequest.Builder,ListTagsForDeliveryStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForDeliveryStreamRequest.Builder |
deliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
|
ListTagsForDeliveryStreamRequest.Builder |
exclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags.
|
ListTagsForDeliveryStreamRequest.Builder |
limit(Integer limit)
The number of tags to return.
|
ListTagsForDeliveryStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForDeliveryStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForDeliveryStreamRequest.Builder deliveryStreamName(String deliveryStreamName)
The name of the delivery stream whose tags you want to list.
deliveryStreamName - The name of the delivery stream whose tags you want to list.ListTagsForDeliveryStreamRequest.Builder exclusiveStartTagKey(String exclusiveStartTagKey)
The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after ExclusiveStartTagKey.
exclusiveStartTagKey - The key to use as the starting point for the list of tags. If you set this parameter,
ListTagsForDeliveryStream gets all tags that occur after
ExclusiveStartTagKey.ListTagsForDeliveryStreamRequest.Builder limit(Integer limit)
The number of tags to return. If this number is less than the total number of tags associated with the
delivery stream, HasMoreTags is set to true in the response. To list additional
tags, set ExclusiveStartTagKey to the last key in the response.
limit - The number of tags to return. If this number is less than the total number of tags associated with the
delivery stream, HasMoreTags is set to true in the response. To list
additional tags, set ExclusiveStartTagKey to the last key in the response.ListTagsForDeliveryStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForDeliveryStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.