Interface AgentSummary.Builder

    • Method Detail

      • agentId

        AgentSummary.Builder agentId​(String agentId)
        Sets the value of the AgentId property for this object.
        Parameters:
        agentId - The new value for the AgentId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentName

        AgentSummary.Builder agentName​(String agentName)
        Sets the value of the AgentName property for this object.
        Parameters:
        agentName - The new value for the AgentName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentStatus

        AgentSummary.Builder agentStatus​(String agentStatus)
        Sets the value of the AgentStatus property for this object.
        Parameters:
        agentStatus - The new value for the AgentStatus property for this object.
        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)
        Sets the value of the AgentStatus property for this object.
        Parameters:
        agentStatus - The new value for the AgentStatus property for this object.
        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)
        Sets the value of the Description property for this object.
        Parameters:
        description - The new value for the Description property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        AgentSummary.Builder updatedAt​(Instant updatedAt)
        Sets the value of the UpdatedAt property for this object.
        Parameters:
        updatedAt - The new value for the UpdatedAt property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestAgentVersion

        AgentSummary.Builder latestAgentVersion​(String latestAgentVersion)
        Sets the value of the LatestAgentVersion property for this object.
        Parameters:
        latestAgentVersion - The new value for the LatestAgentVersion property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.