Uses of Interface
software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
-
Packages that use FileRequestBodyConfiguration.Builder Package Description software.amazon.awssdk.core software.amazon.awssdk.core.async -
-
Uses of FileRequestBodyConfiguration.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return FileRequestBodyConfiguration.Builder Modifier and Type Method Description static FileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration. builder()
Create aFileRequestBodyConfiguration.Builder
, used to create aFileRequestBodyConfiguration
.FileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration.Builder. chunkSizeInBytes(Integer chunkSize)
Sets the size of chunks read from the file.FileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration.Builder. numBytesToRead(Long numBytesToRead)
Sets the number of bytes to read from this file.FileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration.Builder. path(Path path)
Sets thePath
to the file containing data to send to the serviceFileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration.Builder. position(Long position)
Sets the file position at which the request body begins.FileRequestBodyConfiguration.Builder
FileRequestBodyConfiguration. toBuilder()
-
Uses of FileRequestBodyConfiguration.Builder in software.amazon.awssdk.core.async
Method parameters in software.amazon.awssdk.core.async with type arguments of type FileRequestBodyConfiguration.Builder Modifier and Type Method Description static AsyncRequestBody
AsyncRequestBody. fromFile(Consumer<FileRequestBodyConfiguration.Builder> configuration)
Creates anAsyncRequestBody
that produces data from the contents of a file.
-