| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Scan.Builder |
Scan.Builder.accountId(String accountId)
The ID for the account that belongs to the scan.
|
Scan.Builder |
Scan.Builder.adminDetectorId(String adminDetectorId)
The unique detector ID of the administrator account that the request is associated with.
|
Scan.Builder |
Scan.Builder.attachedVolumes(Collection<VolumeDetail> attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
Scan.Builder |
Scan.Builder.attachedVolumes(Consumer<VolumeDetail.Builder>... attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
Scan.Builder |
Scan.Builder.attachedVolumes(VolumeDetail... attachedVolumes)
List of volumes that were attached to the original instance to be scanned.
|
static Scan.Builder |
Scan.builder() |
Scan.Builder |
Scan.Builder.detectorId(String detectorId)
The unique ID of the detector that the request is associated with.
|
Scan.Builder |
Scan.Builder.failureReason(String failureReason)
Represents the reason for FAILED scan status.
|
Scan.Builder |
Scan.Builder.fileCount(Long fileCount)
Represents the number of files that were scanned.
|
default Scan.Builder |
Scan.Builder.resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails)
Represents the resources that were scanned in the scan entry.
|
Scan.Builder |
Scan.Builder.resourceDetails(ResourceDetails resourceDetails)
Represents the resources that were scanned in the scan entry.
|
Scan.Builder |
Scan.Builder.scanEndTime(Instant scanEndTime)
The timestamp of when the scan was finished.
|
Scan.Builder |
Scan.Builder.scanId(String scanId)
The unique scan ID associated with a scan entry.
|
default Scan.Builder |
Scan.Builder.scanResultDetails(Consumer<ScanResultDetails.Builder> scanResultDetails)
Represents the result of the scan.
|
Scan.Builder |
Scan.Builder.scanResultDetails(ScanResultDetails scanResultDetails)
Represents the result of the scan.
|
Scan.Builder |
Scan.Builder.scanStartTime(Instant scanStartTime)
The timestamp of when the scan was triggered.
|
Scan.Builder |
Scan.Builder.scanStatus(ScanStatus scanStatus)
An enum value representing possible scan statuses.
|
Scan.Builder |
Scan.Builder.scanStatus(String scanStatus)
An enum value representing possible scan statuses.
|
Scan.Builder |
Scan.Builder.scanType(ScanType scanType)
Specifies the scan type that invoked the malware scan.
|
Scan.Builder |
Scan.Builder.scanType(String scanType)
Specifies the scan type that invoked the malware scan.
|
Scan.Builder |
Scan.toBuilder() |
Scan.Builder |
Scan.Builder.totalBytes(Long totalBytes)
Represents total bytes that were scanned.
|
default Scan.Builder |
Scan.Builder.triggerDetails(Consumer<TriggerDetails.Builder> triggerDetails)
Specifies the reason why the scan was initiated.
|
Scan.Builder |
Scan.Builder.triggerDetails(TriggerDetails triggerDetails)
Specifies the reason why the scan was initiated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scan.Builder> |
Scan.serializableBuilderClass() |
Copyright © 2023. All rights reserved.