public static interface AnnotationStoreVersionItem.Builder extends SdkPojo, CopyableBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>
| Modifier and Type | Method and Description |
|---|---|
AnnotationStoreVersionItem.Builder |
creationTime(Instant creationTime)
The time stamp for when an annotation store version was created.
|
AnnotationStoreVersionItem.Builder |
description(String description)
The description of an annotation store version.
|
AnnotationStoreVersionItem.Builder |
id(String id)
The annotation store version ID.
|
AnnotationStoreVersionItem.Builder |
name(String name)
A name given to an annotation store version to distinguish it from others.
|
AnnotationStoreVersionItem.Builder |
status(String status)
The status of an annotation store version.
|
AnnotationStoreVersionItem.Builder |
status(VersionStatus status)
The status of an annotation store version.
|
AnnotationStoreVersionItem.Builder |
statusMessage(String statusMessage)
The status of an annotation store version.
|
AnnotationStoreVersionItem.Builder |
storeId(String storeId)
The store ID for an annotation store version.
|
AnnotationStoreVersionItem.Builder |
updateTime(Instant updateTime)
The time stamp for when an annotation store version was updated.
|
AnnotationStoreVersionItem.Builder |
versionArn(String versionArn)
The Arn for an annotation store version.
|
AnnotationStoreVersionItem.Builder |
versionName(String versionName)
The name of an annotation store version.
|
AnnotationStoreVersionItem.Builder |
versionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnnotationStoreVersionItem.Builder storeId(String storeId)
The store ID for an annotation store version.
storeId - The store ID for an annotation store version.AnnotationStoreVersionItem.Builder id(String id)
The annotation store version ID.
id - The annotation store version ID.AnnotationStoreVersionItem.Builder status(String status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatus,
VersionStatusAnnotationStoreVersionItem.Builder status(VersionStatus status)
The status of an annotation store version.
status - The status of an annotation store version.VersionStatus,
VersionStatusAnnotationStoreVersionItem.Builder versionArn(String versionArn)
The Arn for an annotation store version.
versionArn - The Arn for an annotation store version.AnnotationStoreVersionItem.Builder name(String name)
A name given to an annotation store version to distinguish it from others.
name - A name given to an annotation store version to distinguish it from others.AnnotationStoreVersionItem.Builder versionName(String versionName)
The name of an annotation store version.
versionName - The name of an annotation store version.AnnotationStoreVersionItem.Builder description(String description)
The description of an annotation store version.
description - The description of an annotation store version.AnnotationStoreVersionItem.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.AnnotationStoreVersionItem.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.AnnotationStoreVersionItem.Builder statusMessage(String statusMessage)
The status of an annotation store version.
statusMessage - The status of an annotation store version.AnnotationStoreVersionItem.Builder versionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
versionSizeBytes - The size of an annotation store version in Bytes.Copyright © 2023. All rights reserved.