Interface ListTablesResponse.Builder

    • Method Detail

      • nextToken

        ListTablesResponse.Builder nextToken​(String nextToken)

        A token to specify where to start paginating. This is the NextToken from a previously truncated response.

        Parameters:
        nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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.