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.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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.
limit - The maximum number of table names to return.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 © 2019. All rights reserved.