public static interface ListStreamsRequest.Builder extends DynamoDBStreamsRequest.Builder, CopyableBuilder<ListStreamsRequest.Builder,ListStreamsRequest>
Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListStreamsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListStreamsRequest.Builder |
tableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
|
build
requestOverrideConfig
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.ListStreamsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListStreamsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.