CopyableBuilder<AgentPreview.Builder,AgentPreview>, SdkBuilder<AgentPreview.Builder,AgentPreview>public static interface AgentPreview.Builder extends CopyableBuilder<AgentPreview.Builder,AgentPreview>
| Modifier and Type | Method | Description |
|---|---|---|
AgentPreview.Builder |
agentId(String agentId) |
The ID of the EC2 instance where the agent is installed.
|
AgentPreview.Builder |
autoScalingGroup(String autoScalingGroup) |
The Auto Scaling group for the EC2 instance where the agent is installed.
|
copyapply, buildAgentPreview.Builder agentId(String agentId)
The ID of the EC2 instance where the agent is installed.
agentId - The ID of the EC2 instance where the agent is installed.AgentPreview.Builder autoScalingGroup(String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
autoScalingGroup - The Auto Scaling group for the EC2 instance where the agent is installed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.