public static interface AccountAggregationResponse.Builder extends SdkPojo, CopyableBuilder<AccountAggregationResponse.Builder,AccountAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
AccountAggregationResponse.Builder |
accountId(String accountId)
The Amazon Web Services account ID.
|
default AccountAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The number of findings by severity.
|
AccountAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
The number of findings by severity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAggregationResponse.Builder accountId(String accountId)
The Amazon Web Services account ID.
accountId - The Amazon Web Services account ID.AccountAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
The number of findings by severity.
severityCounts - The number of findings by severity.default AccountAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The number of findings by 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 © 2023. All rights reserved.