Interface ListDeliveryStreamsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDeliveryStreamsRequest.Builder,
,ListDeliveryStreamsRequest> FirehoseRequest.Builder
,SdkBuilder<ListDeliveryStreamsRequest.Builder,
,ListDeliveryStreamsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDeliveryStreamsRequest
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryStreamType
(String deliveryStreamType) The Firehose stream type.deliveryStreamType
(DeliveryStreamType deliveryStreamType) The Firehose stream type.exclusiveStartDeliveryStreamName
(String exclusiveStartDeliveryStreamName) The list of Firehose streams returned by this call toListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName
.The maximum number of Firehose streams to list.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.firehose.model.FirehoseRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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:
-
-
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 inExclusiveStartDeliveryStreamName
.- Parameters:
exclusiveStartDeliveryStreamName
- The list of Firehose streams returned by this call toListDeliveryStreams
will start with the Firehose stream whose name comes alphabetically immediately after the name you specify inExclusiveStartDeliveryStreamName
.- 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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDeliveryStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-