public static interface AgentPreview.Builder extends SdkPojo, CopyableBuilder<AgentPreview.Builder,AgentPreview>
Modifier and Type | Method and Description |
---|---|
AgentPreview.Builder |
agentHealth(AgentHealth agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview.Builder |
agentHealth(String agentHealth)
The health status of the Amazon Inspector Agent.
|
AgentPreview.Builder |
agentId(String agentId)
The ID of the EC2 instance where the agent is installed.
|
AgentPreview.Builder |
agentVersion(String agentVersion)
The version of the Amazon Inspector Agent.
|
AgentPreview.Builder |
autoScalingGroup(String autoScalingGroup)
The Auto Scaling group for the EC2 instance where the agent is installed.
|
AgentPreview.Builder |
hostname(String hostname)
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview.Builder |
ipv4Address(String ipv4Address)
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
|
AgentPreview.Builder |
kernelVersion(String kernelVersion)
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is
installed.
|
AgentPreview.Builder |
operatingSystem(String operatingSystem)
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
|
copy
applyMutation, build
AgentPreview.Builder hostname(String hostname)
The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
hostname
- The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.AgentPreview.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.AgentPreview.Builder agentHealth(String agentHealth)
The health status of the Amazon Inspector Agent.
agentHealth
- The health status of the Amazon Inspector Agent.AgentHealth
,
AgentHealth
AgentPreview.Builder agentHealth(AgentHealth agentHealth)
The health status of the Amazon Inspector Agent.
agentHealth
- The health status of the Amazon Inspector Agent.AgentHealth
,
AgentHealth
AgentPreview.Builder agentVersion(String agentVersion)
The version of the Amazon Inspector Agent.
agentVersion
- The version of the Amazon Inspector Agent.AgentPreview.Builder operatingSystem(String operatingSystem)
The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
operatingSystem
- The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.AgentPreview.Builder kernelVersion(String kernelVersion)
The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
kernelVersion
- The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector
Agent is installed.AgentPreview.Builder ipv4Address(String ipv4Address)
The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
ipv4Address
- The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.