Interface ReadSetUploadPartListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadSetUploadPartListItem.Builder,
,ReadSetUploadPartListItem> SdkBuilder<ReadSetUploadPartListItem.Builder,
,ReadSetUploadPartListItem> SdkPojo
- Enclosing class:
ReadSetUploadPartListItem
@Mutable
@NotThreadSafe
public static interface ReadSetUploadPartListItem.Builder
extends SdkPojo, CopyableBuilder<ReadSetUploadPartListItem.Builder,ReadSetUploadPartListItem>
-
Method Summary
Modifier and TypeMethodDescriptionA unique identifier used to confirm that parts are being added to the correct upload.creationTime
(Instant creationTime) The time stamp for when a direct upload was created.lastUpdatedTime
(Instant lastUpdatedTime) The time stamp for the most recent update to an uploaded part.partNumber
(Integer partNumber) The number identifying the part in an upload.The size of the the part in an upload.partSource
(String partSource) The origin of the part being direct uploaded.partSource
(ReadSetPartSource partSource) The origin of the part being direct 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
The number identifying the part in an upload.
- Parameters:
partNumber
- The number identifying the part in an upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partSize
The size of the the part in an upload.
- Parameters:
partSize
- The size of the the part in an upload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partSource
The origin of the part being direct uploaded.
- Parameters:
partSource
- The origin of the part being direct uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
partSource
The origin of the part being direct uploaded.
- Parameters:
partSource
- The origin of the part being direct 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.
-
creationTime
The time stamp for when a direct upload was created.
- Parameters:
creationTime
- The time stamp for when a direct upload was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The time stamp for the most recent update to an uploaded part.
- Parameters:
lastUpdatedTime
- The time stamp for the most recent update to an uploaded part.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-