| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.builder() |
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.creationTime(Instant creationTime)
When the store was created.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.description(String description)
The store's description.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.id(String id)
The store's ID.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.name(String name)
The store's name.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.numVersions(Integer numVersions)
An integer indicating how many versions of an annotation store exist.
|
default GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.reference(Consumer<ReferenceItem.Builder> reference)
The store's genome reference.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.reference(ReferenceItem reference)
The store's genome reference.
|
default GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.sseConfig(Consumer<SseConfig.Builder> sseConfig)
The store's server-side encryption (SSE) settings.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.sseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.status(StoreStatus status)
The store's status.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.status(String status)
The store's status.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.statusMessage(String statusMessage)
A status message.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeArn(String storeArn)
The store's ARN.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeFormat(StoreFormat storeFormat)
The store's annotation file format.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeFormat(String storeFormat)
The store's annotation file format.
|
default GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeOptions(Consumer<StoreOptions.Builder> storeOptions)
The store's parsing options.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeOptions(StoreOptions storeOptions)
The store's parsing options.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.storeSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.tags(Map<String,String> tags)
The store's tags.
|
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.toBuilder() |
GetAnnotationStoreResponse.Builder |
GetAnnotationStoreResponse.Builder.updateTime(Instant updateTime)
When the store was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAnnotationStoreResponse.Builder> |
GetAnnotationStoreResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.