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 Details

    • 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

      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

      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:
    • 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:
    • 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

      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

      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.