CopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>, SdkBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>public static interface AgentConfigurationStatus.Builder extends CopyableBuilder<AgentConfigurationStatus.Builder,AgentConfigurationStatus>
| Modifier and Type | Method | Description |
|---|---|---|
AgentConfigurationStatus.Builder |
agentId(String agentId) |
The agent/connector 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. |
copyapply, buildAgentConfigurationStatus.Builder agentId(String agentId)
The agent/connector ID.
agentId - The agent/connector 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/connector 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/connector 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.