public static interface VirtualObject.Builder extends SdkPojo, CopyableBuilder<VirtualObject.Builder,VirtualObject>
| Modifier and Type | Method and Description |
|---|---|
VirtualObject.Builder |
eTag(String eTag)
The ETag of the Amazon S3 object.
|
VirtualObject.Builder |
uri(String uri)
The path to the Amazon S3 object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualObject.Builder uri(String uri)
The path to the Amazon S3 object. Must start with s3://
uri - The path to the Amazon S3 object. Must start with s3://VirtualObject.Builder eTag(String eTag)
The ETag of the Amazon S3 object.
eTag - The ETag of the Amazon S3 object.Copyright © 2022. All rights reserved.