public static interface ScanDetections.Builder extends SdkPojo, CopyableBuilder<ScanDetections.Builder,ScanDetections>
| Modifier and Type | Method and Description |
|---|---|
default ScanDetections.Builder |
highestSeverityThreatDetails(Consumer<HighestSeverityThreatDetails.Builder> highestSeverityThreatDetails)
Details of the highest severity threat detected during malware scan and number of infected files.
|
ScanDetections.Builder |
highestSeverityThreatDetails(HighestSeverityThreatDetails highestSeverityThreatDetails)
Details of the highest severity threat detected during malware scan and number of infected files.
|
default ScanDetections.Builder |
scannedItemCount(Consumer<ScannedItemCount.Builder> scannedItemCount)
Total number of scanned files.
|
ScanDetections.Builder |
scannedItemCount(ScannedItemCount scannedItemCount)
Total number of scanned files.
|
default ScanDetections.Builder |
threatDetectedByName(Consumer<ThreatDetectedByName.Builder> threatDetectedByName)
Contains details about identified threats organized by threat name.
|
ScanDetections.Builder |
threatDetectedByName(ThreatDetectedByName threatDetectedByName)
Contains details about identified threats organized by threat name.
|
default ScanDetections.Builder |
threatsDetectedItemCount(Consumer<ThreatsDetectedItemCount.Builder> threatsDetectedItemCount)
Total number of infected files.
|
ScanDetections.Builder |
threatsDetectedItemCount(ThreatsDetectedItemCount threatsDetectedItemCount)
Total number of infected files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanDetections.Builder scannedItemCount(ScannedItemCount scannedItemCount)
Total number of scanned files.
scannedItemCount - Total number of scanned files.default ScanDetections.Builder scannedItemCount(Consumer<ScannedItemCount.Builder> scannedItemCount)
Total number of scanned files.
This is a convenience method that creates an instance of theScannedItemCount.Builder avoiding the
need to create one manually via ScannedItemCount.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to scannedItemCount(ScannedItemCount).
scannedItemCount - a consumer that will call methods on ScannedItemCount.BuilderscannedItemCount(ScannedItemCount)ScanDetections.Builder threatsDetectedItemCount(ThreatsDetectedItemCount threatsDetectedItemCount)
Total number of infected files.
threatsDetectedItemCount - Total number of infected files.default ScanDetections.Builder threatsDetectedItemCount(Consumer<ThreatsDetectedItemCount.Builder> threatsDetectedItemCount)
Total number of infected files.
This is a convenience method that creates an instance of theThreatsDetectedItemCount.Builder
avoiding the need to create one manually via ThreatsDetectedItemCount.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to threatsDetectedItemCount(ThreatsDetectedItemCount).
threatsDetectedItemCount - a consumer that will call methods on ThreatsDetectedItemCount.BuilderthreatsDetectedItemCount(ThreatsDetectedItemCount)ScanDetections.Builder highestSeverityThreatDetails(HighestSeverityThreatDetails highestSeverityThreatDetails)
Details of the highest severity threat detected during malware scan and number of infected files.
highestSeverityThreatDetails - Details of the highest severity threat detected during malware scan and number of infected files.default ScanDetections.Builder highestSeverityThreatDetails(Consumer<HighestSeverityThreatDetails.Builder> highestSeverityThreatDetails)
Details of the highest severity threat detected during malware scan and number of infected files.
This is a convenience method that creates an instance of theHighestSeverityThreatDetails.Builder
avoiding the need to create one manually via HighestSeverityThreatDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to highestSeverityThreatDetails(HighestSeverityThreatDetails).
highestSeverityThreatDetails - a consumer that will call methods on HighestSeverityThreatDetails.BuilderhighestSeverityThreatDetails(HighestSeverityThreatDetails)ScanDetections.Builder threatDetectedByName(ThreatDetectedByName threatDetectedByName)
Contains details about identified threats organized by threat name.
threatDetectedByName - Contains details about identified threats organized by threat name.default ScanDetections.Builder threatDetectedByName(Consumer<ThreatDetectedByName.Builder> threatDetectedByName)
Contains details about identified threats organized by threat name.
This is a convenience method that creates an instance of theThreatDetectedByName.Builder avoiding
the need to create one manually via ThreatDetectedByName.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to threatDetectedByName(ThreatDetectedByName).
threatDetectedByName - a consumer that will call methods on ThreatDetectedByName.BuilderthreatDetectedByName(ThreatDetectedByName)Copyright © 2023. All rights reserved.