Interface S3Object.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Object.Builder,
,S3Object> SdkBuilder<S3Object.Builder,
,S3Object> SdkPojo
- Enclosing class:
S3Object
@Mutable
@NotThreadSafe
public static interface S3Object.Builder
extends SdkPojo, CopyableBuilder<S3Object.Builder,S3Object>
-
Method Summary
Modifier and TypeMethodDescriptionThe entity tag is a hash of the Amazon S3 object.The key of the Amazon S3 object.The version Id of 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
-
eTag
The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
- Parameters:
eTag
- The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The key of the Amazon S3 object.
- Parameters:
key
- The key of the Amazon S3 object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The version Id of the Amazon S3 object.
- Parameters:
versionId
- The version Id of the Amazon S3 object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-