Uses of Interface
software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
Packages that use FileAsyncRequestBody.Builder
-
Uses of FileAsyncRequestBody.Builder in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return FileAsyncRequestBody.BuilderModifier and TypeMethodDescriptionstatic FileAsyncRequestBody.BuilderFileAsyncRequestBody.builder()FileAsyncRequestBody.Builder.chunkSizeInBytes(Integer chunkSize) Sets the size of chunks to read from the file.FileAsyncRequestBody.Builder.modifiedTimeAtStart(FileTime modifiedTimeAtStart) Optional - sets the file modified time at the start of the request.FileAsyncRequestBody.Builder.numBytesToRead(Long numBytesToRead) Sets the number of bytes to read from this file.Sets the file to send to the service.Sets the file position at which the request body begins.FileAsyncRequestBody.Builder.sizeAtStart(Long sizeAtStart) Optional - sets the file size in bytes at the start of the request.