public static interface PackageAggregationResponse.Builder extends SdkPojo, CopyableBuilder<PackageAggregationResponse.Builder,PackageAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
PackageAggregationResponse.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
PackageAggregationResponse.Builder |
packageName(String packageName)
The name of the operating system package.
|
default PackageAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
|
PackageAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageAggregationResponse.Builder accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
accountId - The ID of the Amazon Web Services account associated with the findings.PackageAggregationResponse.Builder packageName(String packageName)
The name of the operating system package.
packageName - The name of the operating system package.PackageAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
severityCounts - An object that contains the count of matched findings per severity.default PackageAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
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 © 2022. All rights reserved.