Interface AgentPreview.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AgentPreview.Builder,AgentPreview>,SdkBuilder<AgentPreview.Builder,AgentPreview>,SdkPojo
- Enclosing class:
- AgentPreview
public static interface AgentPreview.Builder extends SdkPojo, CopyableBuilder<AgentPreview.Builder,AgentPreview>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentPreview.BuilderagentHealth(String agentHealth)The health status of the Amazon Inspector Agent.AgentPreview.BuilderagentHealth(AgentHealth agentHealth)The health status of the Amazon Inspector Agent.AgentPreview.BuilderagentId(String agentId)The ID of the EC2 instance where the agent is installed.AgentPreview.BuilderagentVersion(String agentVersion)The version of the Amazon Inspector Agent.AgentPreview.BuilderautoScalingGroup(String autoScalingGroup)The Auto Scaling group for the EC2 instance where the agent is installed.AgentPreview.Builderhostname(String hostname)The hostname of the EC2 instance on which the Amazon Inspector Agent is installed.AgentPreview.Builderipv4Address(String ipv4Address)The IP address of the EC2 instance on which the Amazon Inspector Agent is installed.AgentPreview.BuilderkernelVersion(String kernelVersion)The kernel version of the operating system running on the EC2 instance on which the Amazon Inspector Agent is installed.AgentPreview.BuilderoperatingSystem(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.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
-
hostname
AgentPreview.Builder hostname(String hostname)
The 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.
-
agentId
AgentPreview.Builder agentId(String agentId)
The 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.
-
autoScalingGroup
AgentPreview.Builder autoScalingGroup(String autoScalingGroup)
The 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.
-
agentHealth
AgentPreview.Builder agentHealth(String agentHealth)
The 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:
AgentHealth,AgentHealth
-
agentHealth
AgentPreview.Builder agentHealth(AgentHealth agentHealth)
The 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:
AgentHealth,AgentHealth
-
agentVersion
AgentPreview.Builder agentVersion(String agentVersion)
The 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.
-
operatingSystem
AgentPreview.Builder operatingSystem(String operatingSystem)
The 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.
-
kernelVersion
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.
- 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.
-
ipv4Address
AgentPreview.Builder ipv4Address(String ipv4Address)
The 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.
-
-