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)
Add an optional request override configuration.
|
ListDeliveryStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListDeliveryStreamsRequest.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,
DeliveryStreamTypeListDeliveryStreamsRequest.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,
DeliveryStreamTypeListDeliveryStreamsRequest.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDeliveryStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.