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)
Add an optional request override configuration. 
 | 
ListGlobalTablesRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListGlobalTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.