public static interface FileAsyncRequestBody.Builder extends SdkBuilder<FileAsyncRequestBody.Builder,FileAsyncRequestBody>
FileAsyncRequestBody.| Modifier and Type | Method and Description |
|---|---|
FileAsyncRequestBody.Builder |
chunkSizeInBytes(Integer chunkSize)
Sets the size of chunks read from the file.
|
FileAsyncRequestBody.Builder |
path(Path path)
Sets the file to send to the service.
|
applyMutation, buildFileAsyncRequestBody.Builder path(Path path)
path - Path to file to read.FileAsyncRequestBody.Builder chunkSizeInBytes(Integer chunkSize)
The default chunk size is bytes
chunkSize - New chunk size in bytes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.