Interface CompletedFileDownload.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aCompletedFileUpload
based on the properties supplied to this builderresponse
(GetObjectResponse response)
-
Method Details
-
response
Specifies theGetObjectResponse
fromS3AsyncClient.getObject(software.amazon.awssdk.services.s3.model.GetObjectRequest, software.amazon.awssdk.core.async.AsyncResponseTransformer<software.amazon.awssdk.services.s3.model.GetObjectResponse, ReturnT>)
- Parameters:
response
- the response- Returns:
- This builder for method chaining.
-
build
CompletedFileDownload build()Builds aCompletedFileUpload
based on the properties supplied to this builder- Returns:
- An initialized
CompletedFileDownload
-