| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
FileInformation |
FileInformation.clone() |
FileInformation |
ReferenceFiles.getIndex()
The files' index.
|
FileInformation |
ReadSetFiles.getIndex()
The files' index.
|
FileInformation |
ReferenceFiles.getSource()
The source file's location in Amazon S3.
|
FileInformation |
ReadSetFiles.getSource1()
The location of the first file in Amazon S3.
|
FileInformation |
ReadSetFiles.getSource2()
The location of the second file in Amazon S3.
|
FileInformation |
FileInformation.withContentLength(Long contentLength)
The file's content length.
|
FileInformation |
FileInformation.withPartSize(Long partSize)
The file's part size.
|
FileInformation |
FileInformation.withS3Access(ReadSetS3Access s3Access)
The S3 URI metadata of a sequence store.
|
FileInformation |
FileInformation.withTotalParts(Integer totalParts)
The file's total parts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceFiles.setIndex(FileInformation index)
The files' index.
|
void |
ReadSetFiles.setIndex(FileInformation index)
The files' index.
|
void |
ReferenceFiles.setSource(FileInformation source)
The source file's location in Amazon S3.
|
void |
ReadSetFiles.setSource1(FileInformation source1)
The location of the first file in Amazon S3.
|
void |
ReadSetFiles.setSource2(FileInformation source2)
The location of the second file in Amazon S3.
|
ReferenceFiles |
ReferenceFiles.withIndex(FileInformation index)
The files' index.
|
ReadSetFiles |
ReadSetFiles.withIndex(FileInformation index)
The files' index.
|
ReferenceFiles |
ReferenceFiles.withSource(FileInformation source)
The source file's location in Amazon S3.
|
ReadSetFiles |
ReadSetFiles.withSource1(FileInformation source1)
The location of the first file in Amazon S3.
|
ReadSetFiles |
ReadSetFiles.withSource2(FileInformation source2)
The location of the second file in Amazon S3.
|
Copyright © 2024. All rights reserved.