Interface ArtifactMetadataItem.Builder

  • Method Details

    • agentSpaceId

      ArtifactMetadataItem.Builder agentSpaceId(String agentSpaceId)

      Unique identifier of the agent space

      Parameters:
      agentSpaceId - Unique identifier of the agent space
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactId

      ArtifactMetadataItem.Builder artifactId(String artifactId)

      Unique identifier of the artifact

      Parameters:
      artifactId - Unique identifier of the artifact
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      Name of the artifact file

      Parameters:
      fileName - Name of the artifact file
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      ArtifactMetadataItem.Builder updatedAt(Instant updatedAt)

      Timestamp when the artifact was last updated

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