Interface AggregatedScanResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatedScanResult.Builder,,AggregatedScanResult> SdkBuilder<AggregatedScanResult.Builder,,AggregatedScanResult> SdkPojo
- Enclosing class:
AggregatedScanResult
@Mutable
@NotThreadSafe
public static interface AggregatedScanResult.Builder
extends SdkPojo, CopyableBuilder<AggregatedScanResult.Builder,AggregatedScanResult>
-
Method Summary
Modifier and TypeMethodDescriptionfailedScan(Boolean failedScan) A Boolean value indicating whether any of the aggregated scans failed.findings(Collection<ScanFinding> findings) An array of findings discovered across all aggregated scans.findings(ScanFinding... findings) An array of findings discovered across all aggregated scans.findingsWithStrings(String... findings) An array of findings discovered across all aggregated scans.findingsWithStrings(Collection<String> findings) An array of findings discovered across all aggregated scans.lastComputed(Instant lastComputed) The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
failedScan
A Boolean value indicating whether any of the aggregated scans failed.
- Parameters:
failedScan- A Boolean value indicating whether any of the aggregated scans failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingsWithStrings
An array of findings discovered across all aggregated scans.
- Parameters:
findings- An array of findings discovered across all aggregated scans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingsWithStrings
An array of findings discovered across all aggregated scans.
- Parameters:
findings- An array of findings discovered across all aggregated scans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findings
An array of findings discovered across all aggregated scans.
- Parameters:
findings- An array of findings discovered across all aggregated scans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findings
An array of findings discovered across all aggregated scans.
- Parameters:
findings- An array of findings discovered across all aggregated scans.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastComputed
The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).
- Parameters:
lastComputed- The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-