Interface ArtifactMetadataItem.Builder

  • Method Details

    • agentSpaceId

      ArtifactMetadataItem.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space that contains the artifact.

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

      ArtifactMetadataItem.Builder artifactId(String artifactId)

      The unique identifier of the artifact.

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

      The file name of the artifact.

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

      ArtifactMetadataItem.Builder updatedAt(Instant updatedAt)

      The date and time the artifact was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the artifact was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.