Interface UploadProgress.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UploadProgress.Builder,,UploadProgress> SdkBuilder<UploadProgress.Builder,,UploadProgress> SdkPojo
- Enclosing class:
UploadProgress
@Mutable
@NotThreadSafe
public static interface UploadProgress.Builder
extends SdkPojo, CopyableBuilder<UploadProgress.Builder,UploadProgress>
-
Method Summary
Modifier and TypeMethodDescriptioncompletedPartsCount(Integer completedPartsCount) The number of parts that have been successfully uploaded.totalParts(Integer totalParts) The total number of parts that the file is split into.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
totalParts
The total number of parts that the file is split into.
- Parameters:
totalParts- The total number of parts that the file is split into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completedPartsCount
The number of parts that have been successfully uploaded.
- Parameters:
completedPartsCount- The number of parts that have been successfully uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-