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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualObject.BuildereTag(String eTag)The ETag of the Amazon S3 object.VirtualObject.Builderuri(String uri)The path to the Amazon S3 object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
uri
VirtualObject.Builder uri(String 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
VirtualObject.Builder eTag(String 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.
-
-