Uses of Interface
software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration.Builder
-
Packages that use AsyncRequestBodySplitConfiguration.Builder Package Description software.amazon.awssdk.core.async -
-
Uses of AsyncRequestBodySplitConfiguration.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodySplitConfiguration.Builder Modifier and Type Method Description AsyncRequestBodySplitConfiguration.BuilderAsyncRequestBodySplitConfiguration.Builder. bufferSizeInBytes(Long bufferSizeInBytes)The maximum buffer size the SDK will use to buffer the content from the sourceSdkPublisher.static AsyncRequestBodySplitConfiguration.BuilderAsyncRequestBodySplitConfiguration. builder()Create aAsyncRequestBodySplitConfiguration.Builder, used to create aAsyncRequestBodySplitConfiguration.AsyncRequestBodySplitConfiguration.BuilderAsyncRequestBodySplitConfiguration.Builder. chunkSizeInBytes(Long chunkSizeInBytes)Configures the size for each divided chunk.AsyncRequestBodySplitConfiguration.BuilderAsyncRequestBodySplitConfiguration. toBuilder()Method parameters in software.amazon.awssdk.core.async with type arguments of type AsyncRequestBodySplitConfiguration.Builder Modifier and Type Method Description default SdkPublisher<AsyncRequestBody>AsyncRequestBody. split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)This is a convenience method that passes an instance of theAsyncRequestBodySplitConfigurationbuilder, avoiding the need to create one manually viaAsyncRequestBodySplitConfiguration.builder().
-