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.BuilderFileRequestBodyConfiguration. builder()Create aFileRequestBodyConfiguration.Builder, used to create aFileRequestBodyConfiguration.FileRequestBodyConfiguration.BuilderFileRequestBodyConfiguration.Builder. chunkSizeInBytes(Integer chunkSize)Sets the size of chunks read from the file.FileRequestBodyConfiguration.BuilderFileRequestBodyConfiguration.Builder. numBytesToRead(Long numBytesToRead)Sets the number of bytes to read from this file.FileRequestBodyConfiguration.BuilderFileRequestBodyConfiguration.Builder. path(Path path)Sets thePathto the file containing data to send to the serviceFileRequestBodyConfiguration.BuilderFileRequestBodyConfiguration.Builder. position(Long position)Sets the file position at which the request body begins.FileRequestBodyConfiguration.BuilderFileRequestBodyConfiguration. 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 AsyncRequestBodyAsyncRequestBody. fromFile(Consumer<FileRequestBodyConfiguration.Builder> configuration)Creates anAsyncRequestBodythat produces data from the contents of a file.
-