| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics |
This is the AWS HealthOmics API Reference.
|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAnnotationStoreResponse |
OmicsClient.createAnnotationStore(Consumer<CreateAnnotationStoreRequest.Builder> createAnnotationStoreRequest)
Creates an annotation store.
|
default CompletableFuture<CreateAnnotationStoreResponse> |
OmicsAsyncClient.createAnnotationStore(Consumer<CreateAnnotationStoreRequest.Builder> createAnnotationStoreRequest)
Creates an annotation store.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.builder() |
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.description(String description)
A description for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.name(String name)
A name for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.reference(Consumer<ReferenceItem.Builder> reference)
The genome reference for the store's annotations.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.reference(ReferenceItem reference)
The genome reference for the store's annotations.
|
default CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.sseConfig(Consumer<SseConfig.Builder> sseConfig)
Server-side encryption (SSE) settings for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.sseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeFormat(String storeFormat)
The annotation file format of the store.
|
default CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeOptions(Consumer<StoreOptions.Builder> storeOptions)
File parsing options for the annotation store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.storeOptions(StoreOptions storeOptions)
File parsing options for the annotation store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.tags(Map<String,String> tags)
Tags for the store.
|
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.toBuilder() |
CreateAnnotationStoreRequest.Builder |
CreateAnnotationStoreRequest.Builder.versionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAnnotationStoreRequest.Builder> |
CreateAnnotationStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.