Interface ScanFilePath.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScanFilePath.Builder,ScanFilePath>, SdkBuilder<ScanFilePath.Builder,ScanFilePath>, SdkPojo
Enclosing class:
ScanFilePath

public static interface ScanFilePath.Builder extends SdkPojo, CopyableBuilder<ScanFilePath.Builder,ScanFilePath>
  • Method Details

    • 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

      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.