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>
Configuration for parallel multipart operations performed by a S3AsyncClient.

For uploads (putObject), this configuration applies to all multipart uploads regardless of whether the content length is known.

For downloads (getObject), this configuration applies only when the AsyncResponseTransformer supports parallel split.