Uses of Class
co.yellowdog.platform.clients.objectstore.DownloadBatchBuilder
Packages that use DownloadBatchBuilder
Package
Description
Provides the classes needed to interact with the YellowDog Object Store service.
-
Uses of DownloadBatchBuilder in co.yellowdog.platform.clients.objectstore
Methods in co.yellowdog.platform.clients.objectstore that return DownloadBatchBuilderModifier and TypeMethodDescriptionObjectStoreClient.buildDownloadBatch()ObjectStoreClientImpl.buildDownloadBatch()DownloadBatchBuilder.destinationFolder(@NonNull Path destinationFolder) DownloadBatchBuilder.fileNameMapper(Function<String, String> fileNameMapper) DownloadBatchBuilder.flattenFilePaths(FlattenPath flattenPath) DownloadBatchBuilder.sourceObjects(@NonNull String namespace, @NonNull String objectNamePattern) DownloadBatchBuilder.transferProperties(TransferProperties transferProperties)