Interface CompleteReadSetUploadPartListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompleteReadSetUploadPartListItem.Builder,
,CompleteReadSetUploadPartListItem> SdkBuilder<CompleteReadSetUploadPartListItem.Builder,
,CompleteReadSetUploadPartListItem> SdkPojo
- Enclosing class:
CompleteReadSetUploadPartListItem
@Mutable
@NotThreadSafe
public static interface CompleteReadSetUploadPartListItem.Builder
extends SdkPojo, CopyableBuilder<CompleteReadSetUploadPartListItem.Builder,CompleteReadSetUploadPartListItem>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier used to confirm that parts are being added to the correct upload.partNumber
(Integer partNumber) A number identifying the part in a read set upload.partSource
(String partSource) The source file of the part being uploaded.partSource
(ReadSetPartSource partSource) The source file of the part being uploaded.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
partNumber
A number identifying the part in a read set upload.
- Parameters:
partNumber
- A number identifying the part in a read set upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partSource
The source file of the part being uploaded.
- Parameters:
partSource
- The source file of the part being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partSource
The source file of the part being uploaded.
- Parameters:
partSource
- The source file of the part being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
checksum
A unique identifier used to confirm that parts are being added to the correct upload.
- Parameters:
checksum
- A unique identifier used to confirm that parts are being added to the correct upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-