Interface ListTablesResponse.Builder

    • Method Detail

      • tables

        ListTablesResponse.Builder tables​(TableSummary... tables)

        A list of tables.

        Parameters:
        tables - A list of tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuationToken

        ListTablesResponse.Builder continuationToken​(String continuationToken)

        You can use this ContinuationToken for pagination of the list results.

        Parameters:
        continuationToken - You can use this ContinuationToken for pagination of the list results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.