| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
VariantStoreItem |
VariantStoreItem.clone() |
VariantStoreItem |
VariantStoreItem.withCreationTime(Date creationTime)
When the store was created.
|
VariantStoreItem |
VariantStoreItem.withDescription(String description)
The store's description.
|
VariantStoreItem |
VariantStoreItem.withId(String id)
The store's ID.
|
VariantStoreItem |
VariantStoreItem.withName(String name)
The store's name.
|
VariantStoreItem |
VariantStoreItem.withReference(ReferenceItem reference)
The store's genome reference.
|
VariantStoreItem |
VariantStoreItem.withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
VariantStoreItem |
VariantStoreItem.withStatus(StoreStatus status)
The store's status.
|
VariantStoreItem |
VariantStoreItem.withStatus(String status)
The store's status.
|
VariantStoreItem |
VariantStoreItem.withStatusMessage(String statusMessage)
The store's status message.
|
VariantStoreItem |
VariantStoreItem.withStoreArn(String storeArn)
The store's ARN.
|
VariantStoreItem |
VariantStoreItem.withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
VariantStoreItem |
VariantStoreItem.withUpdateTime(Date updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariantStoreItem> |
ListVariantStoresResult.getVariantStores()
A list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListVariantStoresResult |
ListVariantStoresResult.withVariantStores(VariantStoreItem... variantStores)
A list of variant stores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVariantStoresResult.setVariantStores(Collection<VariantStoreItem> variantStores)
A list of variant stores.
|
ListVariantStoresResult |
ListVariantStoresResult.withVariantStores(Collection<VariantStoreItem> variantStores)
A list of variant stores.
|
Copyright © 2025. All rights reserved.