Class ParallelConfiguration
java.lang.Object
software.amazon.awssdk.services.s3.multipart.ParallelConfiguration
- All Implemented Interfaces:
ToCopyableBuilder<ParallelConfiguration.Builder,ParallelConfiguration>
@SdkPublicApi
public class ParallelConfiguration
extends Object
implements ToCopyableBuilder<ParallelConfiguration.Builder,ParallelConfiguration>
Class that holds configuration properties related to multipart operations for a
S3AsyncClient, related specifically
to non-linear, parallel operations, that is, when the AsyncResponseTransformer supports non-serial split.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The maximum number of concurrent GetObject the that are allowed for multipart download.Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Constructor Details
-
ParallelConfiguration
-
-
Method Details
-
builder
-
maxInFlightParts
The maximum number of concurrent GetObject the that are allowed for multipart download.- Returns:
- The value for the maximum number of concurrent GetObject the that are allowed for multipart download.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ParallelConfiguration.Builder,ParallelConfiguration> - Returns:
- a builder for type T
-