Interface ListGlobalTablesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGlobalTablesRequest.Builder,,ListGlobalTablesRequest> DynamoDbRequest.Builder,SdkBuilder<ListGlobalTablesRequest.Builder,,ListGlobalTablesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGlobalTablesRequest
-
Method Summary
Modifier and TypeMethodDescriptionexclusiveStartGlobalTableName(String exclusiveStartGlobalTableName) The first global table name that this operation will evaluate.The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) regionName(String regionName) Lists the global tables in a specific Region.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
exclusiveStartGlobalTableName
The first global table name that this operation will evaluate.
- Parameters:
exclusiveStartGlobalTableName- The first global table name that this operation will evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
LastEvaluatedGlobalTableNameto apply in a subsequent operation to theExclusiveStartGlobalTableNameparameter.- Parameters:
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
LastEvaluatedGlobalTableNameto apply in a subsequent operation to theExclusiveStartGlobalTableNameparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regionName
Lists the global tables in a specific Region.
- Parameters:
regionName- Lists the global tables in a specific Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGlobalTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGlobalTablesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-