Interface TableObject.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TableObject.Builder,TableObject>, SdkBuilder<TableObject.Builder,TableObject>, SdkPojo
Enclosing class:
TableObject

public static interface TableObject.Builder extends SdkPojo, CopyableBuilder<TableObject.Builder,TableObject>
  • Method Details

    • 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

      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

      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.