Interface AgentVersion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentVersion.Builder,,AgentVersion> SdkBuilder<AgentVersion.Builder,,AgentVersion> SdkPojo
- Enclosing class:
AgentVersion
public static interface AgentVersion.Builder
extends SdkPojo, CopyableBuilder<AgentVersion.Builder,AgentVersion>
-
Method Summary
Modifier and TypeMethodDescriptionagentCount(Long agentCount) The number of Edge Manager agents.Version of the agent.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
-
version
Version of the agent.
- Parameters:
version- Version of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentCount
The number of Edge Manager agents.
- Parameters:
agentCount- The number of Edge Manager agents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-