Interface ScanFilePath.Builder

    • Method Detail

      • filePath

        ScanFilePath.Builder filePath​(String filePath)

        The file path of the infected file.

        Parameters:
        filePath - The file path of the infected file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeArn

        ScanFilePath.Builder volumeArn​(String volumeArn)

        EBS volume ARN details of the infected file.

        Parameters:
        volumeArn - EBS volume ARN details of the infected file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hash

        ScanFilePath.Builder hash​(String hash)

        The hash value of the infected file.

        Parameters:
        hash - The hash value of the infected file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileName

        ScanFilePath.Builder fileName​(String fileName)

        File name of the infected file.

        Parameters:
        fileName - File name of the infected file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.