Interface ListTablesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>,DynamoDbRequest.Builder,SdkBuilder<ListTablesRequest.Builder,ListTablesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTablesRequest
@Mutable @NotThreadSafe public static interface ListTablesRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTablesRequest.BuilderexclusiveStartTableName(String exclusiveStartTableName)The first table name that this operation will evaluate.ListTablesRequest.Builderlimit(Integer limit)A maximum number of table names to return.ListTablesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
exclusiveStartTableName
ListTablesRequest.Builder exclusiveStartTableName(String exclusiveStartTableName)
The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableNamein a previous operation, so that you can obtain the next page of results.- Parameters:
exclusiveStartTableName- The first table name that this operation will evaluate. Use the value that was returned forLastEvaluatedTableNamein a previous operation, so that you can obtain the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListTablesRequest.Builder limit(Integer limit)
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
- Parameters:
limit- A maximum number of table names to return. If this parameter is not specified, the limit is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-