public static interface ListTablesRequest.Builder extends DynamoDBRequest.Builder, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
Modifier and Type | Method and Description |
---|---|
ListTablesRequest.Builder |
exclusiveStartTableName(String exclusiveStartTableName)
The first table name that this operation will evaluate.
|
ListTablesRequest.Builder |
limit(Integer limit)
A maximum number of table names to return.
|
ListTablesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTablesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListTablesRequest.Builder exclusiveStartTableName(String exclusiveStartTableName)
The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableName
in a previous operation, so that you can obtain the next page of results.
exclusiveStartTableName
- The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableName
in a previous operation, so that you can obtain the next page of
results.ListTablesRequest.Builder limit(Integer limit)
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
limit
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.ListTablesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListTablesRequest.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.