Interface TableObject.Builder

    • Method Detail

      • uri

        TableObject.Builder uri​(String uri)

        The Amazon S3 location of the object.

        Parameters:
        uri - The Amazon S3 location of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        TableObject.Builder eTag​(String eTag)

        The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

        Parameters:
        eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • size

        TableObject.Builder size​(Long size)

        The size of the Amazon S3 object in bytes.

        Parameters:
        size - The size of the Amazon S3 object in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.