Interface AnnotationStoreVersionItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>,SdkBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>,SdkPojo
- Enclosing class:
- AnnotationStoreVersionItem
public static interface AnnotationStoreVersionItem.Builder extends SdkPojo, CopyableBuilder<AnnotationStoreVersionItem.Builder,AnnotationStoreVersionItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationStoreVersionItem.BuildercreationTime(Instant creationTime)The time stamp for when an annotation store version was created.AnnotationStoreVersionItem.Builderdescription(String description)The description of an annotation store version.AnnotationStoreVersionItem.Builderid(String id)The annotation store version ID.AnnotationStoreVersionItem.Buildername(String name)A name given to an annotation store version to distinguish it from others.AnnotationStoreVersionItem.Builderstatus(String status)The status of an annotation store version.AnnotationStoreVersionItem.Builderstatus(VersionStatus status)The status of an annotation store version.AnnotationStoreVersionItem.BuilderstatusMessage(String statusMessage)The status of an annotation store version.AnnotationStoreVersionItem.BuilderstoreId(String storeId)The store ID for an annotation store version.AnnotationStoreVersionItem.BuilderupdateTime(Instant updateTime)The time stamp for when an annotation store version was updated.AnnotationStoreVersionItem.BuilderversionArn(String versionArn)The Arn for an annotation store version.AnnotationStoreVersionItem.BuilderversionName(String versionName)The name of an annotation store version.AnnotationStoreVersionItem.BuilderversionSizeBytes(Long versionSizeBytes)The size of an annotation store version in Bytes.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
storeId
AnnotationStoreVersionItem.Builder storeId(String storeId)
The store ID for an annotation store version.
- Parameters:
storeId- The store ID for an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
AnnotationStoreVersionItem.Builder id(String id)
The annotation store version ID.
- Parameters:
id- The annotation store version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AnnotationStoreVersionItem.Builder status(String status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VersionStatus,VersionStatus
-
status
AnnotationStoreVersionItem.Builder status(VersionStatus status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VersionStatus,VersionStatus
-
versionArn
AnnotationStoreVersionItem.Builder versionArn(String versionArn)
The Arn for an annotation store version.
- Parameters:
versionArn- The Arn for an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AnnotationStoreVersionItem.Builder name(String name)
A name given to an annotation store version to distinguish it from others.
- Parameters:
name- A name given to an annotation store version to distinguish it from others.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
AnnotationStoreVersionItem.Builder versionName(String versionName)
The name of an annotation store version.
- Parameters:
versionName- The name of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AnnotationStoreVersionItem.Builder description(String description)
The description of an annotation store version.
- Parameters:
description- The description of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
AnnotationStoreVersionItem.Builder creationTime(Instant creationTime)
The time stamp for when an annotation store version was created.
- Parameters:
creationTime- The time stamp for when an annotation store version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AnnotationStoreVersionItem.Builder updateTime(Instant updateTime)
The time stamp for when an annotation store version was updated.
- Parameters:
updateTime- The time stamp for when an annotation store version was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
AnnotationStoreVersionItem.Builder statusMessage(String statusMessage)
The status of an annotation store version.
- Parameters:
statusMessage- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionSizeBytes
AnnotationStoreVersionItem.Builder versionSizeBytes(Long versionSizeBytes)
The size of an annotation store version in Bytes.
- Parameters:
versionSizeBytes- The size of an annotation store version in Bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-