Class SplittingPublisher.Builder
java.lang.Object
software.amazon.awssdk.core.internal.async.SplittingPublisher.Builder
- Enclosing class:
SplittingPublisher
-
Method Summary
Modifier and TypeMethodDescriptionasyncRequestBody(AsyncRequestBody asyncRequestBody) Sets the AsyncRequestBody to be split.build()Builds aSplittingPublisherobject based on the values held by this builder.retryableSubAsyncRequestBodyEnabled(Boolean retryableSubAsyncRequestBodyEnabled) Sets whether to enable retryable sub async request bodies.splitConfiguration(AsyncRequestBodySplitConfiguration splitConfiguration) Sets the split configuration.
-
Method Details
-
asyncRequestBody
Sets the AsyncRequestBody to be split. -
splitConfiguration
public SplittingPublisher.Builder splitConfiguration(AsyncRequestBodySplitConfiguration splitConfiguration) Sets the split configuration. -
retryableSubAsyncRequestBodyEnabled
public SplittingPublisher.Builder retryableSubAsyncRequestBodyEnabled(Boolean retryableSubAsyncRequestBodyEnabled) Sets whether to enable retryable sub async request bodies. -
build
Builds aSplittingPublisherobject based on the values held by this builder.
-