Class FailedFileDownload
- java.lang.Object
-
- software.amazon.awssdk.transfer.s3.model.FailedFileDownload
-
- All Implemented Interfaces:
FailedObjectTransfer,ToCopyableBuilder<FailedFileDownload.Builder,FailedFileDownload>
public final class FailedFileDownload extends Object implements FailedObjectTransfer, ToCopyableBuilder<FailedFileDownload.Builder,FailedFileDownload>
Represents a failed single file download fromS3TransferManager.downloadDirectory(DownloadDirectoryRequest). It has a detailed description of the result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedFileDownload.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedFileDownload.Builderbuilder()booleanequals(Object o)Throwableexception()The exception thrown from a specific single file transferinthashCode()DownloadFileRequestrequest()The failedTransferObjectRequest.static Class<? extends FailedFileDownload.Builder>serializableBuilderClass()FailedFileDownload.BuildertoBuilder()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exception
public Throwable exception()
Description copied from interface:FailedObjectTransferThe exception thrown from a specific single file transfer- Specified by:
exceptionin interfaceFailedObjectTransfer- Returns:
- the exception thrown
-
request
public DownloadFileRequest request()
Description copied from interface:FailedObjectTransferThe failedTransferObjectRequest.- Specified by:
requestin interfaceFailedObjectTransfer- Returns:
- the failed request
-
builder
public static FailedFileDownload.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedFileDownload.Builder> serializableBuilderClass()
-
toBuilder
public FailedFileDownload.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedFileDownload.Builder,FailedFileDownload>
-
-