Uses of Class
software.amazon.awssdk.core.internal.async.SubAsyncRequestBodyConfiguration.Builder
Packages that use SubAsyncRequestBodyConfiguration.Builder
-
Uses of SubAsyncRequestBodyConfiguration.Builder in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async that return SubAsyncRequestBodyConfiguration.BuilderModifier and TypeMethodDescriptionSubAsyncRequestBodyConfiguration.builder()Returns a newly initialized builder object for aSubAsyncRequestBodyConfigurationSubAsyncRequestBodyConfiguration.Builder.contentLengthKnown(Boolean contentLengthKnown) Sets whether the content length is known.Sets the maximum length of the content this AsyncRequestBody can hold.SubAsyncRequestBodyConfiguration.Builder.onNumBytesConsumed(Consumer<Long> onNumBytesConsumed) Sets the callback to be invoked when bytes are consumed.SubAsyncRequestBodyConfiguration.Builder.onNumBytesReceived(Consumer<Long> onNumBytesReceived) Sets the callback to be invoked when bytes are received.SubAsyncRequestBodyConfiguration.Builder.partNumber(Integer partNumber) Sets the part number for this request body.SubAsyncRequestBodyConfiguration.Builder.sourceBodyName(String sourceBodyName) Sets the source body name for identification.