public static interface ListTablesRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.