Uses of Interface
software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
Packages that use AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Uses of AsyncRequestBodyFromInputStreamConfiguration.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodyFromInputStreamConfiguration.BuilderModifier and TypeMethodDescriptionAsyncRequestBodyFromInputStreamConfiguration.builder()Create aAsyncRequestBodyFromInputStreamConfiguration.Builder, used to create aAsyncRequestBodyFromInputStreamConfiguration.AsyncRequestBodyFromInputStreamConfiguration.Builder.contentLength(Long contentLength) Configures the length of the providedInputStreamAsyncRequestBodyFromInputStreamConfiguration.Builder.executor(ExecutorService executor) Configures theExecutorServiceto perform the blocking data reads.AsyncRequestBodyFromInputStreamConfiguration.Builder.inputStream(InputStream inputStream) Configures the InputStream.AsyncRequestBodyFromInputStreamConfiguration.Builder.maxReadLimit(Integer maxReadLimit) Configures max read limit used to mark and reset theInputStream.AsyncRequestBodyFromInputStreamConfiguration.toBuilder()Method parameters in software.amazon.awssdk.core.async with type arguments of type AsyncRequestBodyFromInputStreamConfiguration.BuilderModifier and TypeMethodDescriptionstatic 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().