public static interface CreateAnnotationStoreVersionRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<CreateAnnotationStoreVersionRequest.Builder,CreateAnnotationStoreVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnnotationStoreVersionRequest.Builder name(String name)
The name of an annotation store version from which versions are being created.
name - The name of an annotation store version from which versions are being created.CreateAnnotationStoreVersionRequest.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.CreateAnnotationStoreVersionRequest.Builder description(String description)
The description of an annotation store version.
description - The description of an annotation store version.CreateAnnotationStoreVersionRequest.Builder versionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions - The options for an annotation store version.default CreateAnnotationStoreVersionRequest.Builder versionOptions(Consumer<VersionOptions.Builder> versionOptions)
The options for an annotation store version.
This is a convenience method that creates an instance of theVersionOptions.Builder avoiding the need
to create one manually via VersionOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to versionOptions(VersionOptions).
versionOptions - a consumer that will call methods on VersionOptions.BuilderversionOptions(VersionOptions)CreateAnnotationStoreVersionRequest.Builder tags(Map<String,String> tags)
Any tags added to annotation store version.
tags - Any tags added to annotation store version.CreateAnnotationStoreVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAnnotationStoreVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.