Interface ScanThreatName.Builder

    • Method Detail

      • name

        ScanThreatName.Builder name​(String name)

        The name of the identified threat.

        Parameters:
        name - The name of the identified threat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severity

        ScanThreatName.Builder severity​(String severity)

        Severity of threat identified as part of the malware scan.

        Parameters:
        severity - Severity of threat identified as part of the malware scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemCount

        ScanThreatName.Builder itemCount​(Integer itemCount)

        Total number of files infected with given threat.

        Parameters:
        itemCount - Total number of files infected with given threat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filePaths

        ScanThreatName.Builder filePaths​(Collection<ScanFilePath> filePaths)

        List of infected files in EBS volume with details.

        Parameters:
        filePaths - List of infected files in EBS volume with details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filePaths

        ScanThreatName.Builder filePaths​(ScanFilePath... filePaths)

        List of infected files in EBS volume with details.

        Parameters:
        filePaths - List of infected files in EBS volume with details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.