Uses of Interface
software.amazon.awssdk.core.SplittingTransformerConfiguration.Builder
Packages that use SplittingTransformerConfiguration.Builder
-
Uses of SplittingTransformerConfiguration.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SplittingTransformerConfiguration.BuilderModifier and TypeMethodDescriptionSplittingTransformerConfiguration.Builder.bufferSizeInBytes(Long bufferSize) Configures the maximum amount of memory in bytes buffered by theSplittingTransformer.SplittingTransformerConfiguration.builder()Create aSplittingTransformerConfiguration.Builder, used to create aSplittingTransformerConfiguration.SplittingTransformerConfiguration.Builder.responseMapper(UnaryOperator<SdkResponse> responseMapper) Configures a response mapper that will be applied to the response before it is delivered to the upstream transformer'sonResponsecallback, allowing the response to be rewritten - for example, to report full-object metadata instead of the first part's.SplittingTransformerConfiguration.toBuilder() -
Uses of SplittingTransformerConfiguration.Builder in software.amazon.awssdk.core.async
Method parameters in software.amazon.awssdk.core.async with type arguments of type SplittingTransformerConfiguration.BuilderModifier and TypeMethodDescriptionAsyncResponseTransformer.split(Consumer<SplittingTransformerConfiguration.Builder> splitConfig) Creates anAsyncResponseTransformer.SplitResultwhich contains anSplittingTransformerthat splits theAsyncResponseTransformerinto multiple ones, publishing them as aSdkPublisher.