Interface AgentSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the agent.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentId

      AgentSummary.Builder agentId(String agentId)

      The unique identifier for the agent.

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

      The name of the agent.

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

      AgentSummary.Builder description(String description)

      A description of the agent.

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

      AgentSummary.Builder createdAt(Instant createdAt)

      The date and time that the agent was created.

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

      AgentSummary.Builder updatedAt(Instant updatedAt)

      The date and time that the agent was last updated.

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

      AgentSummary.Builder iconId(String iconId)

      The icon identifier for the agent.

      Parameters:
      iconId - The icon identifier for the agent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.