public static interface VulnerabilityIdAggregation.Builder extends SdkPojo, CopyableBuilder<VulnerabilityIdAggregation.Builder,VulnerabilityIdAggregation>
| Modifier and Type | Method and Description |
|---|---|
default VulnerabilityIdAggregation.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings
for the specified vulnerability.
|
VulnerabilityIdAggregation.Builder |
severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings
for the specified vulnerability.
|
VulnerabilityIdAggregation.Builder |
vulnerabilityId(String vulnerabilityId)
The vulnerability Id for this set of counts.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVulnerabilityIdAggregation.Builder vulnerabilityId(String vulnerabilityId)
The vulnerability Id for this set of counts.
vulnerabilityId - The vulnerability Id for this set of counts.VulnerabilityIdAggregation.Builder severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.
severityCounts - Counts by severity level for medium severity and higher level findings, plus a total for all of the
findings for the specified vulnerability.default VulnerabilityIdAggregation.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified vulnerability.
This is a convenience method that creates an instance of theSeverityCounts.Builder avoiding the need
to create one manually via SeverityCounts.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to severityCounts(SeverityCounts).
severityCounts - a consumer that will call methods on SeverityCounts.BuilderseverityCounts(SeverityCounts)Copyright © 2023. All rights reserved.