public static interface ListStreamsRequest.Builder extends KinesisRequest.Builder, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest.Builder |
exclusiveStartStreamName(String exclusiveStartStreamName)
The name of the stream to start the list with.
|
ListStreamsRequest.Builder |
limit(Integer limit)
The maximum number of streams to list.
|
ListStreamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListStreamsRequest.Builder limit(Integer limit)
The maximum number of streams to list.
limit
- The maximum number of streams to list.ListStreamsRequest.Builder exclusiveStartStreamName(String exclusiveStartStreamName)
The name of the stream to start the list with.
exclusiveStartStreamName
- The name of the stream to start the list with.ListStreamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.