public static interface ListDeliveryStreamsRequest.Builder extends FirehoseRequest.Builder, SdkPojo, CopyableBuilder<ListDeliveryStreamsRequest.Builder,ListDeliveryStreamsRequest>
Modifier and Type | Method and Description |
---|---|
ListDeliveryStreamsRequest.Builder |
deliveryStreamType(DeliveryStreamType deliveryStreamType)
The delivery stream type.
|
ListDeliveryStreamsRequest.Builder |
deliveryStreamType(String deliveryStreamType)
The delivery stream type.
|
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 . |
ListDeliveryStreamsRequest.Builder |
limit(Integer limit)
The maximum number of delivery streams to list.
|
ListDeliveryStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeliveryStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDeliveryStreamsRequest.Builder limit(Integer limit)
The maximum number of delivery streams to list. The default value is 10.
limit
- The maximum number of delivery streams to list. The default value is 10.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.
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.
DeliveryStreamType
,
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.
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.
DeliveryStreamType
,
DeliveryStreamType
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
.
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
.ListDeliveryStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDeliveryStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.