public static interface UpdateAnnotationStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnnotationStoreResponse.Builder,UpdateAnnotationStoreResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnnotationStoreResponse.Builder id(String id)
The store's ID.
id - The store's ID.UpdateAnnotationStoreResponse.Builder reference(ReferenceItem reference)
The store's genome reference.
reference - The store's genome reference.default UpdateAnnotationStoreResponse.Builder reference(Consumer<ReferenceItem.Builder> reference)
The store's genome reference.
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)UpdateAnnotationStoreResponse.Builder status(String status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusUpdateAnnotationStoreResponse.Builder status(StoreStatus status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusUpdateAnnotationStoreResponse.Builder name(String name)
The store's name.
name - The store's name.UpdateAnnotationStoreResponse.Builder description(String description)
The store's description.
description - The store's description.UpdateAnnotationStoreResponse.Builder creationTime(Instant creationTime)
When the store was created.
creationTime - When the store was created.UpdateAnnotationStoreResponse.Builder updateTime(Instant updateTime)
When the store was updated.
updateTime - When the store was updated.UpdateAnnotationStoreResponse.Builder storeOptions(StoreOptions storeOptions)
Parsing options for the store.
storeOptions - Parsing options for the store.default UpdateAnnotationStoreResponse.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions)
Parsing options for the 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)UpdateAnnotationStoreResponse.Builder storeFormat(String storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormat,
StoreFormatUpdateAnnotationStoreResponse.Builder storeFormat(StoreFormat storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormat,
StoreFormatCopyright © 2023. All rights reserved.