| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationStoreItem |
AnnotationStoreItem.clone() |
AnnotationStoreItem |
AnnotationStoreItem.withCreationTime(Date creationTime)
The store's creation time.
|
AnnotationStoreItem |
AnnotationStoreItem.withDescription(String description)
The store's description.
|
AnnotationStoreItem |
AnnotationStoreItem.withId(String id)
The store's ID.
|
AnnotationStoreItem |
AnnotationStoreItem.withName(String name)
The store's name.
|
AnnotationStoreItem |
AnnotationStoreItem.withReference(ReferenceItem reference)
The store's genome reference.
|
AnnotationStoreItem |
AnnotationStoreItem.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
AnnotationStoreItem |
AnnotationStoreItem.withStatus(StoreStatus status)
The store's status.
|
AnnotationStoreItem |
AnnotationStoreItem.withStatus(String status)
The store's status.
|
AnnotationStoreItem |
AnnotationStoreItem.withStatusMessage(String statusMessage)
The store's status message.
|
AnnotationStoreItem |
AnnotationStoreItem.withStoreArn(String storeArn)
The store's ARN.
|
AnnotationStoreItem |
AnnotationStoreItem.withStoreFormat(StoreFormat storeFormat)
The store's file format.
|
AnnotationStoreItem |
AnnotationStoreItem.withStoreFormat(String storeFormat)
The store's file format.
|
AnnotationStoreItem |
AnnotationStoreItem.withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
AnnotationStoreItem |
AnnotationStoreItem.withUpdateTime(Date updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationStoreItem> |
ListAnnotationStoresResult.getAnnotationStores()
A list of stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoresResult |
ListAnnotationStoresResult.withAnnotationStores(AnnotationStoreItem... annotationStores)
A list of stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnnotationStoresResult.setAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
|
ListAnnotationStoresResult |
ListAnnotationStoresResult.withAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
|
Copyright © 2024. All rights reserved.