Uses of Interface
software.amazon.awssdk.transfer.s3.model.ResumableFileDownload.Builder
Packages that use ResumableFileDownload.Builder
-
Uses of ResumableFileDownload.Builder in software.amazon.awssdk.transfer.s3
Method parameters in software.amazon.awssdk.transfer.s3 with type arguments of type ResumableFileDownload.BuilderModifier and TypeMethodDescriptiondefault FileDownloadS3TransferManager.resumeDownloadFile(Consumer<ResumableFileDownload.Builder> resumableFileDownload) This is a convenience method that creates an instance of theResumableFileDownloadbuilder, avoiding the need to create one manually viaResumableFileDownload.builder(). -
Uses of ResumableFileDownload.Builder in software.amazon.awssdk.transfer.s3.model
Methods in software.amazon.awssdk.transfer.s3.model that return ResumableFileDownload.BuilderModifier and TypeMethodDescriptionResumableFileDownload.builder()ResumableFileDownload.Builder.bytesTransferred(Long bytesTransferred) Sets the number of bytes transferredResumableFileDownload.Builder.completedParts(List<Integer> completedParts) For multipart download, set the lists of parts that were successfully completed and saved to the file.default ResumableFileDownload.BuilderResumableFileDownload.Builder.downloadFileRequest(Consumer<DownloadFileRequest.Builder> downloadFileRequestBuilder) TheDownloadFileRequestrequestResumableFileDownload.Builder.downloadFileRequest(DownloadFileRequest downloadFileRequest) Sets the download file requestResumableFileDownload.Builder.fileLastModified(Instant lastModified) Sets the last modified time of the objectResumableFileDownload.Builder.s3ObjectEtag(String s3ObjectEtag) Sets the Etag of the objectResumableFileDownload.Builder.s3ObjectLastModified(Instant s3ObjectLastModified) Sets the last modified time of the objectResumableFileDownload.toBuilder()ResumableFileDownload.Builder.totalSizeInBytes(Long totalSizeInBytes) Sets the total transfer size in bytes