Interface AgentPreview.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AgentPreview.Builder,,- AgentPreview> - SdkBuilder<AgentPreview.Builder,,- AgentPreview> - SdkPojo
- Enclosing class:
- AgentPreview
@Mutable
@NotThreadSafe
public static interface AgentPreview.Builder
extends SdkPojo, CopyableBuilder<AgentPreview.Builder,AgentPreview> 
- 
Method SummaryModifier and TypeMethodDescriptionagentHealth(String agentHealth) The health status of the Amazon Inspector Agent.agentHealth(AgentHealth agentHealth) The health status of the Amazon Inspector Agent.The ID of the EC2 instance where the agent is installed.agentVersion(String agentVersion) The version of the Amazon Inspector Agent.autoScalingGroup(String autoScalingGroup) The Auto Scaling group for the EC2 instance where the agent is installed.The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.ipv4Address(String ipv4Address) The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.kernelVersion(String kernelVersion) The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.operatingSystem(String operatingSystem) The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
hostnameThe hostname of the EC2 instance on which the Amazon Inspector Agent is installed. - Parameters:
- hostname- The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agentIdThe ID of the EC2 instance where the agent is installed. - Parameters:
- agentId- The ID of the EC2 instance where the agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autoScalingGroupThe Auto Scaling group for the EC2 instance where the agent is installed. - Parameters:
- autoScalingGroup- The Auto Scaling group for the EC2 instance where the agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agentHealthThe health status of the Amazon Inspector Agent. - Parameters:
- agentHealth- The health status of the Amazon Inspector Agent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
agentHealthThe health status of the Amazon Inspector Agent. - Parameters:
- agentHealth- The health status of the Amazon Inspector Agent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
agentVersionThe version of the Amazon Inspector Agent. - Parameters:
- agentVersion- The version of the Amazon Inspector Agent.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
operatingSystemThe operating system running on the EC2 instance on which the Amazon Inspector Agent is installed. - Parameters:
- operatingSystem- The operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kernelVersionThe kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed. - Parameters:
- kernelVersion- The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipv4AddressThe IP address of the EC2 instance on which the Amazon Inspector Agent is installed. - Parameters:
- ipv4Address- The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-