public static interface CreateAnnotationStoreRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnnotationStoreRequest.Builder,CreateAnnotationStoreRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnnotationStoreRequest.Builder reference(ReferenceItem reference)
The genome reference for the store's annotations.
reference - The genome reference for the store's annotations.default CreateAnnotationStoreRequest.Builder reference(Consumer<ReferenceItem.Builder> reference)
The genome reference for the store's annotations.
This is a convenience method that creates an instance of theReferenceItem.Builder avoiding the need
to create one manually via ReferenceItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to reference(ReferenceItem).
reference - a consumer that will call methods on ReferenceItem.Builderreference(ReferenceItem)CreateAnnotationStoreRequest.Builder name(String name)
A name for the store.
name - A name for the store.CreateAnnotationStoreRequest.Builder description(String description)
A description for the store.
description - A description for the store.CreateAnnotationStoreRequest.Builder tags(Map<String,String> tags)
Tags for the store.
tags - Tags for the store.CreateAnnotationStoreRequest.Builder versionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
versionName - The name given to an annotation store version to distinguish it from other versions.CreateAnnotationStoreRequest.Builder sseConfig(SseConfig sseConfig)
Server-side encryption (SSE) settings for the store.
sseConfig - Server-side encryption (SSE) settings for the store.default CreateAnnotationStoreRequest.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
Server-side encryption (SSE) settings for the store.
This is a convenience method that creates an instance of theSseConfig.Builder avoiding the need to
create one manually via SseConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sseConfig(SseConfig).
sseConfig - a consumer that will call methods on SseConfig.BuildersseConfig(SseConfig)CreateAnnotationStoreRequest.Builder storeFormat(String storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormat,
StoreFormatCreateAnnotationStoreRequest.Builder storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormat,
StoreFormatCreateAnnotationStoreRequest.Builder storeOptions(StoreOptions storeOptions)
File parsing options for the annotation store.
storeOptions - File parsing options for the annotation store.default CreateAnnotationStoreRequest.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions)
File parsing options for the annotation store.
This is a convenience method that creates an instance of theStoreOptions.Builder avoiding the need
to create one manually via StoreOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to storeOptions(StoreOptions).
storeOptions - a consumer that will call methods on StoreOptions.BuilderstoreOptions(StoreOptions)CreateAnnotationStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAnnotationStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.