public static interface AccountAggregation.Builder extends SdkPojo, CopyableBuilder<AccountAggregation.Builder,AccountAggregation>
| Modifier and Type | Method and Description |
|---|---|
AccountAggregation.Builder |
accountId(String accountId)
Identifies the account that owns the aggregated resource findings.
|
default 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 |
severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAggregation.Builder accountId(String accountId)
Identifies the account that owns the aggregated resource findings.
accountId - Identifies the account that owns the aggregated resource findings.AccountAggregation.Builder severityCounts(SeverityCounts severityCounts)
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
severityCounts - Counts by severity level for medium severity and higher level findings, plus a total for all of the
findings.default 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.
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.