public static interface ListStreamsRequest.Builder extends KinesisRequest.Builder, SdkPojo, 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.
|
buildoverrideConfigurationcopyapplyMutation, buildListStreamsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListStreamsRequest.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.