Interface AgentSpaceSummary.Builder

  • Method Details

    • agentSpaceId

      AgentSpaceSummary.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space.

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

      The name of the agent space.

      Parameters:
      name - The 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)

      The date and time the agent space was created, in UTC format.

      Parameters:
      createdAt - The date and time the agent space was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      AgentSpaceSummary.Builder updatedAt(Instant updatedAt)

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

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