Uses of Interface
software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Packages that use AsyncRequestBodyFromInputStreamConfiguration.Builder Package Description software.amazon.awssdk.core.async -
-
Uses of AsyncRequestBodyFromInputStreamConfiguration.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodyFromInputStreamConfiguration.Builder Modifier and Type Method Description static AsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration. builder()Create aAsyncRequestBodyFromInputStreamConfiguration.Builder, used to create aAsyncRequestBodyFromInputStreamConfiguration.AsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration.Builder. contentLength(Long contentLength)Configures the length of the providedInputStreamAsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration.Builder. executor(ExecutorService executor)Configures theExecutorServiceto perform the blocking data reads.AsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration.Builder. inputStream(InputStream inputStream)Configures the InputStream.AsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration.Builder. maxReadLimit(Integer maxReadLimit)Configures max read limit used to mark and reset theInputStream.AsyncRequestBodyFromInputStreamConfiguration.BuilderAsyncRequestBodyFromInputStreamConfiguration. toBuilder()Method parameters in software.amazon.awssdk.core.async with type arguments of type AsyncRequestBodyFromInputStreamConfiguration.Builder Modifier and Type Method Description static AsyncRequestBodyAsyncRequestBody. fromInputStream(Consumer<AsyncRequestBodyFromInputStreamConfiguration.Builder> configuration)This is a convenience method that passes an instance of theAsyncRequestBodyFromInputStreamConfigurationbuilder, avoiding the need to create one manually viaAsyncRequestBodyFromInputStreamConfiguration.builder().
-