public static interface GetAnnotationStoreVersionResponse.Builder extends OmicsResponse.Builder, SdkPojo, CopyableBuilder<GetAnnotationStoreVersionResponse.Builder,GetAnnotationStoreVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAnnotationStoreVersionResponse.Builder |
creationTime(Instant creationTime)
The time stamp for when an annotation store version was created.
|
GetAnnotationStoreVersionResponse.Builder |
description(String description)
The description for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
id(String id)
The annotation store version ID.
|
GetAnnotationStoreVersionResponse.Builder |
name(String name)
The name of the annotation store.
|
GetAnnotationStoreVersionResponse.Builder |
status(String status)
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
status(VersionStatus status)
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
statusMessage(String statusMessage)
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
storeId(String storeId)
The store ID for annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
tags(Map<String,String> tags)
Any tags associated with an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
updateTime(Instant updateTime)
The time stamp for when an annotation store version was updated.
|
GetAnnotationStoreVersionResponse.Builder |
versionArn(String versionArn)
The Arn for the annotation store.
|
GetAnnotationStoreVersionResponse.Builder |
versionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
default GetAnnotationStoreVersionResponse.Builder |
versionOptions(Consumer<VersionOptions.Builder> versionOptions)
The options for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
versionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
versionSizeBytes(Long versionSizeBytes)
The size of the annotation store version in Bytes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAnnotationStoreVersionResponse.Builder storeId(String storeId)
The store ID for annotation store version.
storeId - The store ID for annotation store version.GetAnnotationStoreVersionResponse.Builder id(String id)
The annotation store version ID.
id - The annotation store version ID.GetAnnotationStoreVersionResponse.Builder status(String status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatus,
VersionStatusGetAnnotationStoreVersionResponse.Builder status(VersionStatus status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatus,
VersionStatusGetAnnotationStoreVersionResponse.Builder versionArn(String versionArn)
The Arn for the annotation store.
versionArn - The Arn for the annotation store.GetAnnotationStoreVersionResponse.Builder name(String name)
The name of the annotation store.
name - The name of the annotation store.GetAnnotationStoreVersionResponse.Builder versionName(String versionName)
The name given to an annotation store version to distinguish it from others.
versionName - The name given to an annotation store version to distinguish it from others.GetAnnotationStoreVersionResponse.Builder description(String description)
The description for an annotation store version.
description - The description for an annotation store version.GetAnnotationStoreVersionResponse.Builder creationTime(Instant creationTime)
The time stamp for when an annotation store version was created.
creationTime - The time stamp for when an annotation store version was created.GetAnnotationStoreVersionResponse.Builder updateTime(Instant updateTime)
The time stamp for when an annotation store version was updated.
updateTime - The time stamp for when an annotation store version was updated.GetAnnotationStoreVersionResponse.Builder tags(Map<String,String> tags)
Any tags associated with an annotation store version.
tags - Any tags associated with an annotation store version.GetAnnotationStoreVersionResponse.Builder versionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions - The options for an annotation store version.default GetAnnotationStoreVersionResponse.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)GetAnnotationStoreVersionResponse.Builder statusMessage(String statusMessage)
The status of an annotation store version.
statusMessage - The status of an annotation store version.GetAnnotationStoreVersionResponse.Builder versionSizeBytes(Long versionSizeBytes)
The size of the annotation store version in Bytes.
versionSizeBytes - The size of the annotation store version in Bytes.Copyright © 2023. All rights reserved.