public static interface RepositoryAggregationResponse.Builder extends SdkPojo, CopyableBuilder<RepositoryAggregationResponse.Builder,RepositoryAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
RepositoryAggregationResponse.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account associated with the findings.
|
RepositoryAggregationResponse.Builder |
affectedImages(Long affectedImages)
The number of container images impacted by the findings.
|
RepositoryAggregationResponse.Builder |
repository(String repository)
The name of the repository associated with the findings.
|
default RepositoryAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that represent the count of matched findings per severity.
|
RepositoryAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
An object that represent the count of matched findings per severity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryAggregationResponse.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.RepositoryAggregationResponse.Builder affectedImages(Long affectedImages)
The number of container images impacted by the findings.
affectedImages - The number of container images impacted by the findings.RepositoryAggregationResponse.Builder repository(String repository)
The name of the repository associated with the findings.
repository - The name of the repository associated with the findings.RepositoryAggregationResponse.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 RepositoryAggregationResponse.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)Copyright © 2022. All rights reserved.