public static interface CreateAnnotationStoreVersionResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<CreateAnnotationStoreVersionResponse.Builder,CreateAnnotationStoreVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreVersionResponse.Builder |
creationTime(Instant creationTime)
The time stamp for the creation of an annotation store version.
|
CreateAnnotationStoreVersionResponse.Builder |
id(String id)
A generated ID for the annotation store
|
CreateAnnotationStoreVersionResponse.Builder |
name(String name)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionResponse.Builder |
status(String status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResponse.Builder |
status(VersionStatus status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResponse.Builder |
storeId(String storeId)
The ID for the annotation store from which new versions are being created.
|
CreateAnnotationStoreVersionResponse.Builder |
versionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
default CreateAnnotationStoreVersionResponse.Builder |
versionOptions(Consumer<VersionOptions.Builder> versionOptions)
The options for an annotation store version.
|
CreateAnnotationStoreVersionResponse.Builder |
versionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAnnotationStoreVersionResponse.Builder id(String id)
A generated ID for the annotation store
id - A generated ID for the annotation storeCreateAnnotationStoreVersionResponse.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.CreateAnnotationStoreVersionResponse.Builder storeId(String storeId)
The ID for the annotation store from which new versions are being created.
storeId - The ID for the annotation store from which new versions are being created.CreateAnnotationStoreVersionResponse.Builder versionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions - The options for an annotation store version.default CreateAnnotationStoreVersionResponse.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)CreateAnnotationStoreVersionResponse.Builder name(String name)
The name given to an annotation store version to distinguish it from other versions.
name - The name given to an annotation store version to distinguish it from other versions.CreateAnnotationStoreVersionResponse.Builder status(String status)
The status of a annotation store version.
status - The status of a annotation store version.VersionStatus,
VersionStatusCreateAnnotationStoreVersionResponse.Builder status(VersionStatus status)
The status of a annotation store version.
status - The status of a annotation store version.VersionStatus,
VersionStatusCreateAnnotationStoreVersionResponse.Builder creationTime(Instant creationTime)
The time stamp for the creation of an annotation store version.
creationTime - The time stamp for the creation of an annotation store version.Copyright © 2023. All rights reserved.