static GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.builder() |
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.creationTime(Instant creationTime) |
The time stamp for when an annotation store version was created.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.description(String description) |
The description for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.id(String id) |
The annotation store version ID.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.name(String name) |
The name of the annotation store.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.status(String status) |
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.status(VersionStatus status) |
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.statusMessage(String statusMessage) |
The status of an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.storeId(String storeId) |
The store ID for annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.tags(Map<String,String> tags) |
Any tags associated with an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.toBuilder() |
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.updateTime(Instant updateTime) |
The time stamp for when an annotation store version was updated.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.versionArn(String versionArn) |
The Arn for the annotation store.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.versionName(String versionName) |
The name given to an annotation store version to distinguish it from others.
|
default GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.versionOptions(Consumer<VersionOptions.Builder> versionOptions) |
The options for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.versionOptions(VersionOptions versionOptions) |
The options for an annotation store version.
|
GetAnnotationStoreVersionResponse.Builder |
GetAnnotationStoreVersionResponse.Builder.versionSizeBytes(Long versionSizeBytes) |
The size of the annotation store version in Bytes.
|