| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
SequenceStoreDetail |
SequenceStoreDetail.clone() |
SequenceStoreDetail |
SequenceStoreDetail.withArn(String arn)
The store's ARN.
|
SequenceStoreDetail |
SequenceStoreDetail.withCreationTime(Date creationTime)
When the store was created.
|
SequenceStoreDetail |
SequenceStoreDetail.withDescription(String description)
The store's description.
|
SequenceStoreDetail |
SequenceStoreDetail.withETagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
|
SequenceStoreDetail |
SequenceStoreDetail.withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
|
SequenceStoreDetail |
SequenceStoreDetail.withFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
|
SequenceStoreDetail |
SequenceStoreDetail.withId(String id)
The store's ID.
|
SequenceStoreDetail |
SequenceStoreDetail.withName(String name)
The store's name.
|
SequenceStoreDetail |
SequenceStoreDetail.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<SequenceStoreDetail> |
ListSequenceStoresResult.getSequenceStores()
A list of sequence stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListSequenceStoresResult |
ListSequenceStoresResult.withSequenceStores(SequenceStoreDetail... sequenceStores)
A list of sequence stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSequenceStoresResult.setSequenceStores(Collection<SequenceStoreDetail> sequenceStores)
A list of sequence stores.
|
ListSequenceStoresResult |
ListSequenceStoresResult.withSequenceStores(Collection<SequenceStoreDetail> sequenceStores)
A list of sequence stores.
|
Copyright © 2024. All rights reserved.