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 Summary
Modifier and TypeMethodDescriptionThe agent ID.description(String description) A description of the operation performed.operationSucceeded(Boolean operationSucceeded) Information about the status of theStartDataCollectionandStopDataCollectionoperations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
Information about the status of the
StartDataCollectionandStopDataCollectionoperations. 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 theStartDataCollectionandStopDataCollectionoperations. 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
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.
 
 
 -