Interface AgentPreview.Builder

    • 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.