Interface VirtualObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VirtualObject.Builder,
,VirtualObject> SdkBuilder<VirtualObject.Builder,
,VirtualObject> SdkPojo
- Enclosing class:
VirtualObject
@Mutable
@NotThreadSafe
public static interface VirtualObject.Builder
extends SdkPojo, CopyableBuilder<VirtualObject.Builder,VirtualObject>
-
Method Summary
Modifier and TypeMethodDescriptionThe ETag of the Amazon S3 object.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, sdkFieldNameToField, sdkFields
-
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.
-