Interface AgentConfigurationStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>, SdkBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>, SdkPojo
Enclosing class:
AgentConfigurationStatus

public static interface AgentConfigurationStatus.Builder extends SdkPojo, CopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
  • Method Details

    • agentId

      The agent ID.

      Parameters:
      agentId - The agent ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationSucceeded

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      AgentConfigurationStatus.Builder description(String description)

      A description of the operation performed.

      Parameters:
      description - A description of the operation performed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.