public static interface FindingTypeAggregationResponse.Builder extends SdkPojo, CopyableBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
FindingTypeAggregationResponse.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
default FindingTypeAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The value to sort results by.
|
FindingTypeAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
The value to sort results by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingTypeAggregationResponse.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.FindingTypeAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
The value to sort results by.
severityCounts - The value to sort results by.default FindingTypeAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
The value to sort results by.
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.