public static interface AgentConfigurationStatus.Builder extends SdkPojo, CopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
| Modifier and Type | Method and Description |
|---|---|
AgentConfigurationStatus.Builder |
agentId(String agentId)
The agent ID.
|
AgentConfigurationStatus.Builder |
description(String description)
A description of the operation performed.
|
AgentConfigurationStatus.Builder |
operationSucceeded(Boolean operationSucceeded)
Information about the status of the
StartDataCollection and StopDataCollection
operations. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAgentConfigurationStatus.Builder agentId(String agentId)
The agent ID.
agentId - The agent ID.AgentConfigurationStatus.Builder operationSucceeded(Boolean operationSucceeded)
Information about the status of the StartDataCollection and StopDataCollection
operations. The system has recorded the data collection operation. The agent receives this command the next
time it polls for a new command.
operationSucceeded - Information about the status of the StartDataCollection and
StopDataCollection operations. The system has recorded the data collection operation. The
agent receives this command the next time it polls for a new command.AgentConfigurationStatus.Builder description(String description)
A description of the operation performed.
description - A description of the operation performed.Copyright © 2023. All rights reserved.