public static interface GetAnnotationStoreResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetAnnotationStoreResponse.Builder,GetAnnotationStoreResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnnotationStoreResponse.Builder id(String id)
The store's ID.
id - The store's ID.GetAnnotationStoreResponse.Builder reference(ReferenceItem reference)
The store's genome reference.
reference - The store's genome reference.default GetAnnotationStoreResponse.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)GetAnnotationStoreResponse.Builder status(String status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusGetAnnotationStoreResponse.Builder status(StoreStatus status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusGetAnnotationStoreResponse.Builder storeArn(String storeArn)
The store's ARN.
storeArn - The store's ARN.GetAnnotationStoreResponse.Builder name(String name)
The store's name.
name - The store's name.GetAnnotationStoreResponse.Builder description(String description)
The store's description.
description - The store's description.GetAnnotationStoreResponse.Builder sseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig - The store's server-side encryption (SSE) settings.default GetAnnotationStoreResponse.Builder sseConfig(Consumer<SseConfig.Builder> sseConfig)
The store's server-side encryption (SSE) settings.
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)GetAnnotationStoreResponse.Builder creationTime(Instant creationTime)
When the store was created.
creationTime - When the store was created.GetAnnotationStoreResponse.Builder updateTime(Instant updateTime)
When the store was updated.
updateTime - When the store was updated.GetAnnotationStoreResponse.Builder tags(Map<String,String> tags)
The store's tags.
tags - The store's tags.GetAnnotationStoreResponse.Builder storeOptions(StoreOptions storeOptions)
The store's parsing options.
storeOptions - The store's parsing options.default GetAnnotationStoreResponse.Builder storeOptions(Consumer<StoreOptions.Builder> storeOptions)
The store's parsing options.
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)GetAnnotationStoreResponse.Builder storeFormat(String storeFormat)
The store's annotation file format.
storeFormat - The store's annotation file format.StoreFormat,
StoreFormatGetAnnotationStoreResponse.Builder storeFormat(StoreFormat storeFormat)
The store's annotation file format.
storeFormat - The store's annotation file format.StoreFormat,
StoreFormatGetAnnotationStoreResponse.Builder statusMessage(String statusMessage)
A status message.
statusMessage - A status message.GetAnnotationStoreResponse.Builder storeSizeBytes(Long storeSizeBytes)
The store's size in bytes.
storeSizeBytes - The store's size in bytes.Copyright © 2023. All rights reserved.