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 |
exclusiveStartStreamArn(String exclusiveStartStreamArn) |
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
ListStreamsRequest.Builder |
limit(Integer limit) |
The maximum number of streams to return.
|
ListStreamsRequest.Builder |
tableName(String tableName) |
If this parameter is provided, then only the streams associated with this table name are returned.
|
copy
apply, build
ListStreamsRequest.Builder tableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
tableName
- If this parameter is provided, then only the streams associated with this table name are returned.ListStreamsRequest.Builder limit(Integer limit)
The maximum number of streams to return. The upper limit is 100.
limit
- The maximum number of streams to return. The upper limit is 100.ListStreamsRequest.Builder exclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was
returned for LastEvaluatedStreamArn
in the previous operation.
exclusiveStartStreamArn
- The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that
was returned for LastEvaluatedStreamArn
in the previous operation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.