public static interface TableObject.Builder extends SdkPojo, CopyableBuilder<TableObject.Builder,TableObject>
| Modifier and Type | Method and Description |
|---|---|
TableObject.Builder |
eTag(String eTag)
The Amazon S3 ETag of the object.
|
TableObject.Builder |
size(Long size)
The size of the Amazon S3 object in bytes.
|
TableObject.Builder |
uri(String uri)
The Amazon S3 location of the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableObject.Builder uri(String uri)
The Amazon S3 location of the object.
uri - The Amazon S3 location of the object.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.
eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to
identify changes to the underlying data.TableObject.Builder size(Long size)
The size of the Amazon S3 object in bytes.
size - The size of the Amazon S3 object in bytes.Copyright © 2022. All rights reserved.