Interface GetTablesResponse.Builder

    • Method Detail

      • tableList

        GetTablesResponse.Builder tableList​(Collection<Table> tableList)

        A list of the requested Table objects.

        Parameters:
        tableList - A list of the requested Table objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableList

        GetTablesResponse.Builder tableList​(Table... tableList)

        A list of the requested Table objects.

        Parameters:
        tableList - A list of the requested Table objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableList

        GetTablesResponse.Builder tableList​(Consumer<Table.Builder>... tableList)

        A list of the requested Table objects.

        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 #tableList(List

        ).
        Parameters:
        tableList - 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:
        #tableList(java.util.Collection
        )
        • nextToken

          GetTablesResponse.Builder nextToken​(String nextToken)

          A continuation token, present if the current list segment is not the last.

          Parameters:
          nextToken - A continuation token, present if the current list segment is not the last.
          Returns:
          Returns a reference to this object so that method calls can be chained together.

        Copyright © 2023. All rights reserved.