public static interface FileAsyncRequestProvider.Builder extends SdkBuilder<FileAsyncRequestProvider.Builder,FileAsyncRequestProvider>
FileAsyncRequestProvider
.Modifier and Type | Method and Description |
---|---|
FileAsyncRequestProvider.Builder |
chunkSizeInBytes(Integer chunkSize)
Sets the size of chunks read from the file.
|
FileAsyncRequestProvider.Builder |
path(Path path)
Sets the file to send to the service.
|
apply, build
FileAsyncRequestProvider.Builder path(Path path)
path
- Path to file to read.FileAsyncRequestProvider.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.