static EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.builder() |
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanCompletedAt(Instant scanCompletedAt) |
Returns the completion date and time of the malware scan.
|
default EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanDetections(Consumer<ScanDetections.Builder> scanDetections) |
Contains a complete view providing malware scan result details.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanDetections(ScanDetections scanDetections) |
Contains a complete view providing malware scan result details.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanId(String scanId) |
Unique Id of the malware scan that generated the finding.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanStartedAt(Instant scanStartedAt) |
Returns the start date and time of the malware scan.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanType(String scanType) |
Specifies the scan type that invoked the malware scan.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanType(ScanType scanType) |
Specifies the scan type that invoked the malware scan.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.sources(String... sources) |
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.sources(Collection<String> sources) |
Contains list of threat intelligence sources used to detect threats.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.toBuilder() |
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.triggerFindingId(String triggerFindingId) |
GuardDuty finding ID that triggered a malware scan.
|