Interface AgentSpaceSummary.Builder

  • Method Details

    • agentSpaceId

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

      Name of the agent space

      Parameters:
      name - Name of the agent space
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AgentSpaceSummary.Builder createdAt(Instant createdAt)

      Timestamp when the agent space was created

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

      AgentSpaceSummary.Builder updatedAt(Instant updatedAt)

      Timestamp when the agent space was last updated

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