Class SplittingPublisher.Builder
- java.lang.Object
-
- software.amazon.awssdk.core.internal.async.SplittingPublisher.Builder
-
- Enclosing class:
- SplittingPublisher
public static final class SplittingPublisher.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SplittingPublisher.BuilderasyncRequestBody(AsyncRequestBody asyncRequestBody)Sets the AsyncRequestBody to be split.SplittingPublisherbuild()Builds aSplittingPublisherobject based on the values held by this builder.SplittingPublisher.BuilderretryableSubAsyncRequestBodyEnabled(Boolean retryableSubAsyncRequestBodyEnabled)Sets whether to enable retryable sub async request bodies.SplittingPublisher.BuildersplitConfiguration(AsyncRequestBodySplitConfiguration splitConfiguration)Sets the split configuration.
-
-
-
Method Detail
-
asyncRequestBody
public SplittingPublisher.Builder asyncRequestBody(AsyncRequestBody 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
public SplittingPublisher build()
Builds aSplittingPublisherobject based on the values held by this builder.
-
-