Interface ListTablesRequest.Builder

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

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

    • exclusiveStartTableName

      ListTablesRequest.Builder exclusiveStartTableName(String exclusiveStartTableName)

      The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

      Parameters:
      exclusiveStartTableName - The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      A maximum number of table names to return. If this parameter is not specified, the limit is 100.

      Parameters:
      limit - A maximum number of table names to return. If this parameter is not specified, the limit is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTablesRequest.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.