Interface AssetFileSummary.Builder

  • Method Details

    • path

      The path of this file within the asset

      Parameters:
      path - The path of this file within the asset
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      AssetFileSummary.Builder metadata(Document metadata)

      The metadata for this file

      Parameters:
      metadata - The metadata for this file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The asset version this file belongs to

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

      AssetFileSummary.Builder createdAt(Instant createdAt)

      Timestamp when this file was created

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

      AssetFileSummary.Builder updatedAt(Instant updatedAt)

      Timestamp when this file was last updated

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