Interface ListGlobalTablesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>, DynamoDbRequest.Builder, SdkBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListGlobalTablesRequest

public static interface ListGlobalTablesRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>
  • Method Details

    • exclusiveStartGlobalTableName

      ListGlobalTablesRequest.Builder exclusiveStartGlobalTableName(String 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 LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

      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 LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionName

      ListGlobalTablesRequest.Builder regionName(String 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.