Interface AnnotationStoreVersionItem.Builder

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