Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectVersion.Builder
Packages that use ObjectVersion.Builder
-
Uses of ObjectVersion.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectVersion.BuilderModifier and TypeMethodDescriptionstatic ObjectVersion.BuilderObjectVersion.builder()ObjectVersion.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The algorithm that was used to create a checksum of the object.ObjectVersion.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The algorithm that was used to create a checksum of the object.ObjectVersion.Builder.checksumAlgorithmWithStrings(String... checksumAlgorithm) The algorithm that was used to create a checksum of the object.ObjectVersion.Builder.checksumAlgorithmWithStrings(Collection<String> checksumAlgorithm) The algorithm that was used to create a checksum of the object.ObjectVersion.Builder.checksumType(String checksumType) The checksum type that is used to calculate the object’s checksum value.ObjectVersion.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.The entity tag is an MD5 hash of that version of the object.Specifies whether the object is (true) or is not (false) the latest version of an object.The object key.ObjectVersion.Builder.lastModified(Instant lastModified) Date and time when the object was last modified.default ObjectVersion.BuilderObjectVersion.Builder.owner(Consumer<Owner.Builder> owner) Specifies the owner of the object.Specifies the owner of the object.default ObjectVersion.BuilderObjectVersion.Builder.restoreStatus(Consumer<RestoreStatus.Builder> restoreStatus) Specifies the restoration status of an object.ObjectVersion.Builder.restoreStatus(RestoreStatus restoreStatus) Specifies the restoration status of an object.Size in bytes of the object.ObjectVersion.Builder.storageClass(String storageClass) The class of storage used to store the object.ObjectVersion.Builder.storageClass(ObjectVersionStorageClass storageClass) The class of storage used to store the object.ObjectVersion.toBuilder()Version ID of an object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectVersion.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ObjectVersion.Builder>ObjectVersion.serializableBuilderClass()