| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
AccountAggregation.Builder |
AccountAggregation.Builder.accountId(String accountId)
Identifies the account that owns the aggregated resource findings.
|
static AccountAggregation.Builder |
AccountAggregation.builder() |
default AccountAggregation.Builder |
AccountAggregation.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.
|
AccountAggregation.Builder |
AccountAggregation.Builder.severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
AccountAggregation.Builder |
AccountAggregation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccountAggregation.Builder> |
AccountAggregation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImageScanFindingAggregation.Builder |
ImageScanFindingAggregation.Builder.accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
Copyright © 2023. All rights reserved.