Interface ListDeliveryStreamsRequest.Builder

    • Method Detail

      • limit

        ListDeliveryStreamsRequest.Builder limit​(Integer limit)

        The maximum number of Firehose streams to list. The default value is 10.

        Parameters:
        limit - The maximum number of Firehose streams to list. The default value is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryStreamType

        ListDeliveryStreamsRequest.Builder deliveryStreamType​(String deliveryStreamType)

        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        Parameters:
        deliveryStreamType - The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryStreamType, DeliveryStreamType
      • deliveryStreamType

        ListDeliveryStreamsRequest.Builder deliveryStreamType​(DeliveryStreamType deliveryStreamType)

        The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        Parameters:
        deliveryStreamType - The Firehose stream type. This can be one of the following values:

        • DirectPut: Provider applications access the Firehose stream directly.

        • KinesisStreamAsSource: The Firehose stream uses a Kinesis data stream as a source.

        This parameter is optional. If this parameter is omitted, Firehose streams of all types are returned.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryStreamType, DeliveryStreamType
      • exclusiveStartDeliveryStreamName

        ListDeliveryStreamsRequest.Builder exclusiveStartDeliveryStreamName​(String exclusiveStartDeliveryStreamName)

        The list of Firehose streams returned by this call to ListDeliveryStreams will start with the Firehose stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.

        Parameters:
        exclusiveStartDeliveryStreamName - The list of Firehose streams returned by this call to ListDeliveryStreams will start with the Firehose stream whose name comes alphabetically immediately after the name you specify in ExclusiveStartDeliveryStreamName.
        Returns:
        Returns a reference to this object so that method calls can be chained together.