Interface ListTagsForDeliveryStreamRequest.Builder

    • Method Detail

      • deliveryStreamName

        ListTagsForDeliveryStreamRequest.Builder deliveryStreamName​(String deliveryStreamName)

        The name of the delivery stream whose tags you want to list.

        Parameters:
        deliveryStreamName - The name of the delivery stream whose tags you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusiveStartTagKey

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.