public static interface ListStreamsRequest.Builder extends DynamoDbStreamsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, buildListStreamsRequest.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 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.