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