Class SubAsyncRequestBodyConfiguration
java.lang.Object
software.amazon.awssdk.core.internal.async.SubAsyncRequestBodyConfiguration
Configuration class containing shared properties for SubAsyncRequestBody implementations.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Returns a newly initialized builder object for aSubAsyncRequestBodyConfiguration
boolean
long
int
-
Method Details
-
builder
Returns a newly initialized builder object for aSubAsyncRequestBodyConfiguration
-
contentLengthKnown
public boolean contentLengthKnown() -
maxLength
public long maxLength() -
partNumber
public int partNumber() -
onNumBytesReceived
-
onNumBytesConsumed
-
sourceBodyName
-