| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.clone() |
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withChecksum(String checksum)
A unique identifier used to confirm that parts are being added to the correct upload.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withLastUpdatedTime(Date lastUpdatedTime)
The time stamp for the most recent update to an uploaded part.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withPartNumber(Integer partNumber)
The number identifying the part in an upload.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withPartSize(Long partSize)
The size of the the part in an upload.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withPartSource(ReadSetPartSource partSource)
The origin of the part being direct uploaded.
|
ReadSetUploadPartListItem |
ReadSetUploadPartListItem.withPartSource(String partSource)
The origin of the part being direct uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReadSetUploadPartListItem> |
ListReadSetUploadPartsResult.getParts()
An array of upload parts.
|
| Modifier and Type | Method and Description |
|---|---|
ListReadSetUploadPartsResult |
ListReadSetUploadPartsResult.withParts(ReadSetUploadPartListItem... parts)
An array of upload parts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListReadSetUploadPartsResult.setParts(Collection<ReadSetUploadPartListItem> parts)
An array of upload parts.
|
ListReadSetUploadPartsResult |
ListReadSetUploadPartsResult.withParts(Collection<ReadSetUploadPartListItem> parts)
An array of upload parts.
|
Copyright © 2023. All rights reserved.