| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.builder() |
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.creationTime(Instant creationTime)
When the store was created.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.description(String description)
The store's description.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.id(String id)
The store's ID.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.name(String name)
The store's name.
|
default UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.reference(Consumer<ReferenceItem.Builder> reference)
The store's genome reference.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.reference(ReferenceItem reference)
The store's genome reference.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.status(StoreStatus status)
The store's status.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.status(String status)
The store's status.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeFormat(String storeFormat)
The annotation file format of the store.
|
default UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeOptions(Consumer<StoreOptions.Builder> storeOptions)
Parsing options for the store.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.storeOptions(StoreOptions storeOptions)
Parsing options for the store.
|
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.toBuilder() |
UpdateAnnotationStoreResponse.Builder |
UpdateAnnotationStoreResponse.Builder.updateTime(Instant updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAnnotationStoreResponse.Builder> |
UpdateAnnotationStoreResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.