| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.clearTagsEntries()
Removes all the entries added into Tags.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.clone() |
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withCreationTime(Date creationTime)
The time stamp for when a direct upload was created.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withDescription(String description)
The description of a read set.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withGeneratedFrom(String generatedFrom)
The source of an uploaded part.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withName(String name)
The name of a read set.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withReferenceArn(String referenceArn)
The source's reference ARN.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSampleId(String sampleId)
The read set source's sample ID.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSequenceStoreId(String sequenceStoreId)
The sequence store ID used for the multipart upload.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSourceFileType(FileType sourceFileType)
The type of file the read set originated from.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSourceFileType(String sourceFileType)
The type of file the read set originated from.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withSubjectId(String subjectId)
The read set source's subject ID.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withTags(Map<String,String> tags)
Any tags you wish to add to a read set.
|
MultipartReadSetUploadListItem |
MultipartReadSetUploadListItem.withUploadId(String uploadId)
The ID for the initiated multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultipartReadSetUploadListItem> |
ListMultipartReadSetUploadsResult.getUploads()
An array of multipart uploads.
|
| Modifier and Type | Method and Description |
|---|---|
ListMultipartReadSetUploadsResult |
ListMultipartReadSetUploadsResult.withUploads(MultipartReadSetUploadListItem... uploads)
An array of multipart uploads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMultipartReadSetUploadsResult.setUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
|
ListMultipartReadSetUploadsResult |
ListMultipartReadSetUploadsResult.withUploads(Collection<MultipartReadSetUploadListItem> uploads)
An array of multipart uploads.
|
Copyright © 2023. All rights reserved.