Interface ListDeliveryStreamsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>, FirehoseRequest.Builder, SdkBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListDeliveryStreamsRequest

public static interface ListDeliveryStreamsRequest.Builder extends FirehoseRequest.Builder, SdkPojo, CopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
  • Method Details

    • limit

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

      Parameters:
      limit - The maximum number of delivery 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 delivery stream type. This can be one of the following values:

      • DirectPut: Provider applications access the delivery stream directly.

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

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

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

      • DirectPut: Provider applications access the delivery stream directly.

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

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

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

      ListDeliveryStreamsRequest.Builder deliveryStreamType(DeliveryStreamType deliveryStreamType)

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

      • DirectPut: Provider applications access the delivery stream directly.

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

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

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

      • DirectPut: Provider applications access the delivery stream directly.

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

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

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

      ListDeliveryStreamsRequest.Builder exclusiveStartDeliveryStreamName(String exclusiveStartDeliveryStreamName)

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

      Parameters:
      exclusiveStartDeliveryStreamName - The list of delivery streams returned by this call to ListDeliveryStreams will start with the delivery 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.
    • overrideConfiguration

      ListDeliveryStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.