Uses of Interface
software.amazon.awssdk.services.s3.model.MultipartUpload.Builder
Packages that use MultipartUpload.Builder
-
Uses of MultipartUpload.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return MultipartUpload.BuilderModifier and TypeMethodDescriptionstatic MultipartUpload.BuilderMultipartUpload.builder()MultipartUpload.Builder.checksumAlgorithm(String checksumAlgorithm) The algorithm that was used to create a checksum of the object.MultipartUpload.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.MultipartUpload.Builder.checksumType(String checksumType) The checksum type that is used to calculate the object’s checksum value.MultipartUpload.Builder.checksumType(ChecksumType checksumType) The checksum type that is used to calculate the object’s checksum value.Date and time at which the multipart upload was initiated.default MultipartUpload.BuilderMultipartUpload.Builder.initiator(Consumer<Initiator.Builder> initiator) Identifies who initiated the multipart upload.Identifies who initiated the multipart upload.Key of the object for which the multipart upload was initiated.default MultipartUpload.BuilderMultipartUpload.Builder.owner(Consumer<Owner.Builder> owner) Specifies the owner of the object that is part of the multipart upload.Specifies the owner of the object that is part of the multipart upload.MultipartUpload.Builder.storageClass(String storageClass) The class of storage used to store the object.MultipartUpload.Builder.storageClass(StorageClass storageClass) The class of storage used to store the object.MultipartUpload.toBuilder()Upload ID that identifies the multipart upload.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type MultipartUpload.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MultipartUpload.Builder>MultipartUpload.serializableBuilderClass()