Interface GetAnnotationStoreVersionResponse.Builder

    • Method Detail

      • storeId

        GetAnnotationStoreVersionResponse.Builder storeId​(String storeId)

        The store ID for annotation store version.

        Parameters:
        storeId - The store ID for annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

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

        GetAnnotationStoreVersionResponse.Builder versionArn​(String versionArn)

        The Arn for the annotation store.

        Parameters:
        versionArn - The Arn for the annotation store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetAnnotationStoreVersionResponse.Builder name​(String name)

        The name of the annotation store.

        Parameters:
        name - The name of the annotation store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionName

        GetAnnotationStoreVersionResponse.Builder versionName​(String versionName)

        The name given to an annotation store version to distinguish it from others.

        Parameters:
        versionName - The 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.
      • description

        GetAnnotationStoreVersionResponse.Builder description​(String description)

        The description for an annotation store version.

        Parameters:
        description - The description for an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

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

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

        GetAnnotationStoreVersionResponse.Builder tags​(Map<String,​String> tags)

        Any tags associated with an annotation store version.

        Parameters:
        tags - Any tags associated with an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionOptions

        GetAnnotationStoreVersionResponse.Builder versionOptions​(VersionOptions versionOptions)

        The options for an annotation store version.

        Parameters:
        versionOptions - The options for an annotation store version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

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

        GetAnnotationStoreVersionResponse.Builder versionSizeBytes​(Long versionSizeBytes)

        The size of the annotation store version in Bytes.

        Parameters:
        versionSizeBytes - The size of the annotation store version in Bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.