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 from 
S3TransferManager.downloadDirectory(DownloadDirectoryRequest). It
 has a detailed description of the result.- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic FailedFileDownload.Builderbuilder()booleanThe exception thrown from a specific single file transferinthashCode()request()The failedTransferObjectRequest.static Class<? extends FailedFileDownload.Builder> Take this object and create a builder that contains all of the current property values of this object.toString()Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
exception
Description copied from interface:FailedObjectTransferThe exception thrown from a specific single file transfer- Specified by:
 exceptionin interfaceFailedObjectTransfer- Returns:
 - the exception thrown
 
 - 
request
Description copied from interface:FailedObjectTransferThe failedTransferObjectRequest.- Specified by:
 requestin interfaceFailedObjectTransfer- Returns:
 - the failed request
 
 - 
equals
 - 
hashCode
 - 
toString
 - 
builder
 - 
serializableBuilderClass
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<FailedFileDownload.Builder,FailedFileDownload> - Returns:
 - a builder for type T
 
 
 -