Class SubAsyncRequestBodyConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.internal.async.SubAsyncRequestBodyConfiguration
-
public final class SubAsyncRequestBodyConfiguration extends Object
Configuration class containing shared properties for SubAsyncRequestBody implementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubAsyncRequestBodyConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubAsyncRequestBodyConfiguration.Builderbuilder()Returns a newly initialized builder object for aSubAsyncRequestBodyConfigurationbooleancontentLengthKnown()longmaxLength()Consumer<Long>onNumBytesConsumed()Consumer<Long>onNumBytesReceived()intpartNumber()StringsourceBodyName()
-
-
-
Method Detail
-
builder
public static SubAsyncRequestBodyConfiguration.Builder builder()
Returns a newly initialized builder object for aSubAsyncRequestBodyConfiguration
-
contentLengthKnown
public boolean contentLengthKnown()
-
maxLength
public long maxLength()
-
partNumber
public int partNumber()
-
sourceBodyName
public String sourceBodyName()
-
-