Uses of Interface
software.amazon.awssdk.services.guardduty.model.ScanFilePath.Builder
-
Packages that use ScanFilePath.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanFilePath.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ScanFilePath.Builder Modifier and Type Method Description static ScanFilePath.BuilderScanFilePath. builder()ScanFilePath.BuilderScanFilePath.Builder. fileName(String fileName)File name of the infected file.ScanFilePath.BuilderScanFilePath.Builder. filePath(String filePath)The file path of the infected file.ScanFilePath.BuilderScanFilePath.Builder. hash(String hash)The hash value of the infected file.ScanFilePath.BuilderScanFilePath. toBuilder()ScanFilePath.BuilderScanFilePath.Builder. volumeArn(String volumeArn)EBS volume ARN details of the infected file.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ScanFilePath.Builder Modifier and Type Method Description static Class<? extends ScanFilePath.Builder>ScanFilePath. serializableBuilderClass()
-