Interface GetAnnotationStoreVersionResponse.Builder

  • Method Details

    • 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

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

      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

      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

      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

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

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

      The options for an annotation store version.

      This is a convenience method that creates an instance of the VersionOptions.Builder avoiding the need to create one manually via VersionOptions.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to versionOptions(VersionOptions).

      Parameters:
      versionOptions - a consumer that will call methods on VersionOptions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.