Uses of Interface
software.amazon.awssdk.services.s3.model.S3Object.Builder
Packages that use S3Object.Builder
-
Uses of S3Object.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3Object.BuilderModifier and TypeMethodDescriptionstatic S3Object.BuilderS3Object.builder()S3Object.Builder.checksumAlgorithm(Collection<ChecksumAlgorithm> checksumAlgorithm) The algorithm that was used to create a checksum of the object.S3Object.Builder.checksumAlgorithm(ChecksumAlgorithm... checksumAlgorithm) The algorithm that was used to create a checksum of the object.S3Object.Builder.checksumAlgorithmWithStrings(String... checksumAlgorithm) The algorithm that was used to create a checksum of the object.S3Object.Builder.checksumAlgorithmWithStrings(Collection<String> checksumAlgorithm) The algorithm that was used to create a checksum of the object.S3Object.Builder.checksumType(String checksumType) The checksum type that is used to calculate the object’s checksum value.S3Object.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.The entity tag is a hash of the object.The name that you assign to an object.S3Object.Builder.lastModified(Instant lastModified) Creation date of the object.default S3Object.BuilderS3Object.Builder.owner(Consumer<Owner.Builder> owner) The owner of the objectThe owner of the objectdefault S3Object.BuilderS3Object.Builder.restoreStatus(Consumer<RestoreStatus.Builder> restoreStatus) Specifies the restoration status of an object.S3Object.Builder.restoreStatus(RestoreStatus restoreStatus) Specifies the restoration status of an object.Size in bytes of the objectS3Object.Builder.storageClass(String storageClass) The class of storage used to store the object.S3Object.Builder.storageClass(ObjectStorageClass storageClass) The class of storage used to store the object.S3Object.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type S3Object.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Object.Builder>S3Object.serializableBuilderClass()