Interface ListTablesResponse.Builder

    • Method Detail

      • tables

        ListTablesResponse.Builder tables​(Collection<Table> 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.
      • tables

        ListTablesResponse.Builder tables​(Table... 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.
      • tables

        ListTablesResponse.Builder tables​(Consumer<Table.Builder>... tables)

        A list of tables.

        This is a convenience method that creates an instance of the Table.Builder avoiding the need to create one manually via Table.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tables(List

        ).
        Parameters:
        tables - a consumer that will call methods on Table.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tables(java.util.Collection
        )
        • 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.

        Copyright © 2024. All rights reserved.