Interface GetTableObjectsResponse.Builder

    • Method Detail

      • objects

        GetTableObjectsResponse.Builder objects​(Collection<PartitionObjects> objects)

        A list of objects organized by partition keys.

        Parameters:
        objects - A list of objects organized by partition keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objects

        GetTableObjectsResponse.Builder objects​(PartitionObjects... objects)

        A list of objects organized by partition keys.

        Parameters:
        objects - A list of objects organized by partition keys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetTableObjectsResponse.Builder nextToken​(String nextToken)

        A continuation token indicating whether additional data is available.

        Parameters:
        nextToken - A continuation token indicating whether additional data is available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.