Class ParallelConfiguration.Builder
java.lang.Object
software.amazon.awssdk.services.s3.multipart.ParallelConfiguration.Builder
- All Implemented Interfaces:
Buildable,CopyableBuilder<ParallelConfiguration.Builder,,ParallelConfiguration> SdkBuilder<ParallelConfiguration.Builder,ParallelConfiguration>
- Enclosing class:
ParallelConfiguration
public static class ParallelConfiguration.Builder
extends Object
implements CopyableBuilder<ParallelConfiguration.Builder,ParallelConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.intmaxInFlightParts(int maxInFlightParts) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxInFlightParts
-
maxInFlightParts
public int maxInFlightParts() -
build
Description copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<ParallelConfiguration.Builder,ParallelConfiguration> - Returns:
- an instance of T
-