public static interface ScanFilePath.Builder extends SdkPojo, CopyableBuilder<ScanFilePath.Builder,ScanFilePath>
| Modifier and Type | Method and Description |
|---|---|
ScanFilePath.Builder |
fileName(String fileName)
File name of the infected file.
|
ScanFilePath.Builder |
filePath(String filePath)
The file path of the infected file.
|
ScanFilePath.Builder |
hash(String hash)
The hash value of the infected file.
|
ScanFilePath.Builder |
volumeArn(String volumeArn)
EBS volume Arn details of the infected file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanFilePath.Builder filePath(String filePath)
The file path of the infected file.
filePath - The file path of the infected file.ScanFilePath.Builder volumeArn(String volumeArn)
EBS volume Arn details of the infected file.
volumeArn - EBS volume Arn details of the infected file.ScanFilePath.Builder hash(String hash)
The hash value of the infected file.
hash - The hash value of the infected file.ScanFilePath.Builder fileName(String fileName)
File name of the infected file.
fileName - File name of the infected file.Copyright © 2022. All rights reserved.