public static interface ListGlobalTablesRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGlobalTablesRequest.Builder |
exclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
|
ListGlobalTablesRequest.Builder |
limit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
|
ListGlobalTablesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGlobalTablesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGlobalTablesRequest.Builder |
regionName(String regionName)
Lists the global tables in a specific Region.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGlobalTablesRequest.Builder exclusiveStartGlobalTableName(String exclusiveStartGlobalTableName)
The first global table name that this operation will evaluate.
exclusiveStartGlobalTableName - The first global table name that this operation will evaluate.ListGlobalTablesRequest.Builder limit(Integer limit)
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the
table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to
apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.
limit - The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to
100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns
the table names collected up to that point, with a table name in the
LastEvaluatedGlobalTableName to apply in a subsequent operation to the
ExclusiveStartGlobalTableName parameter.
ListGlobalTablesRequest.Builder regionName(String regionName)
Lists the global tables in a specific Region.
regionName - Lists the global tables in a specific Region.ListGlobalTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGlobalTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.