public static interface AnnotationStoreItem.Builder extends SdkPojo, CopyableBuilder<AnnotationStoreItem.Builder,AnnotationStoreItem>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnnotationStoreItem.Builder id(String id)
The store's ID.
id - The store's ID.AnnotationStoreItem.Builder reference(ReferenceItem reference)
The store's genome reference.
reference - The store's genome reference.default AnnotationStoreItem.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)AnnotationStoreItem.Builder status(String status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusAnnotationStoreItem.Builder status(StoreStatus status)
The store's status.
status - The store's status.StoreStatus,
StoreStatusAnnotationStoreItem.Builder storeArn(String storeArn)
The store's ARN.
storeArn - The store's ARN.AnnotationStoreItem.Builder name(String name)
The store's name.
name - The store's name.AnnotationStoreItem.Builder storeFormat(String storeFormat)
The store's file format.
storeFormat - The store's file format.StoreFormat,
StoreFormatAnnotationStoreItem.Builder storeFormat(StoreFormat storeFormat)
The store's file format.
storeFormat - The store's file format.StoreFormat,
StoreFormatAnnotationStoreItem.Builder description(String description)
The store's description.
description - The store's description.AnnotationStoreItem.Builder sseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig - The store's server-side encryption (SSE) settings.default AnnotationStoreItem.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)AnnotationStoreItem.Builder creationTime(Instant creationTime)
The store's creation time.
creationTime - The store's creation time.AnnotationStoreItem.Builder updateTime(Instant updateTime)
When the store was updated.
updateTime - When the store was updated.AnnotationStoreItem.Builder statusMessage(String statusMessage)
The store's status message.
statusMessage - The store's status message.AnnotationStoreItem.Builder storeSizeBytes(Long storeSizeBytes)
The store's size in bytes.
storeSizeBytes - The store's size in bytes.Copyright © 2023. All rights reserved.