public static interface TitleAggregationResponse.Builder extends SdkPojo, CopyableBuilder<TitleAggregationResponse.Builder,TitleAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
TitleAggregationResponse.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
default TitleAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that represent the count of matched findings per severity.
|
TitleAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
An object that represent the count of matched findings per severity.
|
TitleAggregationResponse.Builder |
title(String title)
The title that the findings were aggregated on.
|
TitleAggregationResponse.Builder |
vulnerabilityId(String vulnerabilityId)
The vulnerability ID of the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTitleAggregationResponse.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.TitleAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
An object that represent the count of matched findings per severity.
severityCounts - An object that represent the count of matched findings per severity.default TitleAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that represent 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)TitleAggregationResponse.Builder title(String title)
The title that the findings were aggregated on.
title - The title that the findings were aggregated on.TitleAggregationResponse.Builder vulnerabilityId(String vulnerabilityId)
The vulnerability ID of the finding.
vulnerabilityId - The vulnerability ID of the finding.Copyright © 2022. All rights reserved.