public static interface StopDataCollectionByAgentIdsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>
| Modifier and Type | Method and Description |
|---|---|
StopDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
StopDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
StopDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(Consumer<AgentConfigurationStatus.Builder>... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
agentsConfigurationStatus - Information about the agents that were instructed to stop collecting data. Information includes the
agent ID, a description of the operation performed, and whether the agent configuration was updated.StopDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
agentsConfigurationStatus - Information about the agents that were instructed to stop collecting data. Information includes the
agent ID, a description of the operation performed, and whether the agent configuration was updated.StopDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(Consumer<AgentConfigurationStatus.Builder>... agentsConfigurationStatus)
Information about the agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether the agent configuration was updated.
This is a convenience method that creates an instance of theAgentConfigurationStatus.Builder avoiding
the need to create one manually via
AgentConfigurationStatus.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #agentsConfigurationStatus(List.
agentsConfigurationStatus - a consumer that will call methods on
AgentConfigurationStatus.Builder#agentsConfigurationStatus(java.util.Collection) Copyright © 2023. All rights reserved.