Interface StartDataCollectionByAgentIdsResponse.Builder

    • Method Detail

      • agentsConfigurationStatus

        StartDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus​(Collection<AgentConfigurationStatus> agentsConfigurationStatus)

        Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.

        Parameters:
        agentsConfigurationStatus - Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentsConfigurationStatus

        StartDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus​(AgentConfigurationStatus... agentsConfigurationStatus)

        Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.

        Parameters:
        agentsConfigurationStatus - Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.