static FileAsyncRequestBody.Builder |
FileAsyncRequestBody.builder() |
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.chunkSizeInBytes(Integer chunkSize) |
Sets the size of chunks to read from the file.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.modifiedTimeAtStart(FileTime modifiedTimeAtStart) |
Optional - sets the file modified time at the start of the request.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.numBytesToRead(Long numBytesToRead) |
Sets the number of bytes to read from this file.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.path(Path path) |
Sets the file to send to the service.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.position(Long position) |
Sets the file position at which the request body begins.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.sizeAtStart(Long sizeAtStart) |
Optional - sets the file size in bytes at the start of the request.
|