public static interface ScanSummary.Builder extends SdkPojo, CopyableBuilder<ScanSummary.Builder,ScanSummary>
| Modifier and Type | Method and Description |
|---|---|
ScanSummary.Builder |
createdAt(Instant createdAt)
The time when the scan was created.
|
ScanSummary.Builder |
runId(String runId)
The identifier for the scan run.
|
ScanSummary.Builder |
scanName(String scanName)
The name of the scan.
|
ScanSummary.Builder |
scanNameArn(String scanNameArn)
The ARN for the scan name.
|
ScanSummary.Builder |
scanState(ScanState scanState)
The state of the scan.
|
ScanSummary.Builder |
scanState(String scanState)
The state of the scan.
|
ScanSummary.Builder |
updatedAt(Instant updatedAt)
The time the scan was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanSummary.Builder createdAt(Instant createdAt)
The time when the scan was created.
createdAt - The time when the scan was created.ScanSummary.Builder runId(String runId)
The identifier for the scan run.
runId - The identifier for the scan run.ScanSummary.Builder scanName(String scanName)
The name of the scan.
scanName - The name of the scan.ScanSummary.Builder scanNameArn(String scanNameArn)
The ARN for the scan name.
scanNameArn - The ARN for the scan name.ScanSummary.Builder scanState(String scanState)
The state of the scan. A scan can be In Progress, Complete, or Failed.
ScanSummary.Builder scanState(ScanState scanState)
The state of the scan. A scan can be In Progress, Complete, or Failed.
ScanSummary.Builder updatedAt(Instant updatedAt)
The time the scan was last updated. A scan is updated when it is re-run.
updatedAt - The time the scan was last updated. A scan is updated when it is re-run.Copyright © 2023. All rights reserved.