Interface UpdateAnnotationStoreVersionResponse.Builder

    • Method Detail

      • versionName

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

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

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

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