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) |
ListStreamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStreamsRequest.Builder |
tableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListStreamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.