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 Details

    • 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

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