Interface ListTablesRequest.Builder

    • Method Detail

      • 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

        ListTablesRequest.Builder limit​(Integer 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.