Interface VirtualObject.Builder

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

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

    • uri

      The path to the Amazon S3 object. Must start with s3://

      Parameters:
      uri - The path to the Amazon S3 object. Must start with s3://
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eTag

      The ETag of the Amazon S3 object.

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