Interface AssetVersionMetadata.Builder

  • Method Details

    • version

      The version number of this asset

      Parameters:
      version - The version number of this asset
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AssetVersionMetadata.Builder createdAt(Instant createdAt)

      Timestamp when this asset version was created

      Parameters:
      createdAt - Timestamp when this asset version was created
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      AssetVersionMetadata.Builder updatedAt(Instant updatedAt)

      Timestamp when this asset version was last updated

      Parameters:
      updatedAt - Timestamp when this asset version was last updated
      Returns:
      Returns a reference to this object so that method calls can be chained together.