Interface AgentSummary.Builder

    • Method Detail

      • agentId

        AgentSummary.Builder agentId​(String agentId)

        The unique identifier of the agent.

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

        AgentSummary.Builder agentName​(String agentName)

        The name of the agent.

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

        AgentSummary.Builder agentStatus​(String agentStatus)

        The status of the agent.

        Parameters:
        agentStatus - The status of the agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus
      • agentStatus

        AgentSummary.Builder agentStatus​(AgentStatus agentStatus)

        The status of the agent.

        Parameters:
        agentStatus - The status of the agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AgentStatus, AgentStatus
      • description

        AgentSummary.Builder description​(String description)

        The description of the agent.

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

        AgentSummary.Builder latestAgentVersion​(String latestAgentVersion)

        The latest version of the agent.

        Parameters:
        latestAgentVersion - The latest version of the agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AgentSummary.Builder updatedAt​(Instant updatedAt)

        The time at which the agent was last updated.

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