Uses of Interface
software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
Packages that use FileRequestBodyConfiguration.Builder
-
Uses of FileRequestBodyConfiguration.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return FileRequestBodyConfiguration.BuilderModifier and TypeMethodDescriptionFileRequestBodyConfiguration.builder()Create aFileRequestBodyConfiguration.Builder, used to create aFileRequestBodyConfiguration.FileRequestBodyConfiguration.Builder.chunkSizeInBytes(Integer chunkSize) Sets the size of chunks read from the file.FileRequestBodyConfiguration.Builder.numBytesToRead(Long numBytesToRead) Sets the number of bytes to read from this file.Sets thePathto the file containing data to send to the serviceSets the file position at which the request body begins.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.BuilderModifier and TypeMethodDescriptionstatic AsyncRequestBodyAsyncRequestBody.fromFile(Consumer<FileRequestBodyConfiguration.Builder> configuration) Creates anAsyncRequestBodythat produces data from the contents of a file.