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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentConfigurationStatus.BuilderagentId(String agentId)The agent ID.AgentConfigurationStatus.Builderdescription(String description)A description of the operation performed.AgentConfigurationStatus.BuilderoperationSucceeded(Boolean operationSucceeded)Information about the status of theStartDataCollectionandStopDataCollectionoperations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
agentId
AgentConfigurationStatus.Builder agentId(String 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
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
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.
-
-