static ObjectVersion.Builder |
ObjectVersion.builder() |
|
ObjectVersion.Builder |
ObjectVersion.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) |
The algorithm that was used to create a checksum of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) |
The algorithm that was used to create a checksum of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.checksumAlgorithmWithStrings(String... checksumAlgorithm) |
The algorithm that was used to create a checksum of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.checksumAlgorithmWithStrings(Collection<String> checksumAlgorithm) |
The algorithm that was used to create a checksum of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.eTag(String eTag) |
The entity tag is an MD5 hash of that version of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.isLatest(Boolean isLatest) |
Specifies whether the object is (true) or is not (false) the latest version of an object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.key(String key) |
The object key.
|
ObjectVersion.Builder |
ObjectVersion.Builder.lastModified(Instant lastModified) |
Date and time when the object was last modified.
|
default ObjectVersion.Builder |
ObjectVersion.Builder.owner(Consumer<Owner.Builder> owner) |
Specifies the owner of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.owner(Owner owner) |
Specifies the owner of the object.
|
default ObjectVersion.Builder |
ObjectVersion.Builder.restoreStatus(Consumer<RestoreStatus.Builder> restoreStatus) |
Specifies the restoration status of an object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.restoreStatus(RestoreStatus restoreStatus) |
Specifies the restoration status of an object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.size(Long size) |
Size in bytes of the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.storageClass(String storageClass) |
The class of storage used to store the object.
|
ObjectVersion.Builder |
ObjectVersion.Builder.storageClass(ObjectVersionStorageClass storageClass) |
The class of storage used to store the object.
|
ObjectVersion.Builder |
ObjectVersion.toBuilder() |
|
ObjectVersion.Builder |
ObjectVersion.Builder.versionId(String versionId) |
Version ID of an object.
|