CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
, SdkBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
public static interface ListStreamsRequest.Builder extends CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
Modifier and Type | Method | 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.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.