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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListGlobalTablesRequest.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.Builder
ListGlobalTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.