Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.AccountAggregation.Builder
-
Packages that use AccountAggregation.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of AccountAggregation.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return AccountAggregation.Builder Modifier and Type Method Description AccountAggregation.BuilderAccountAggregation.Builder. accountId(String accountId)Identifies the account that owns the aggregated resource findings.static AccountAggregation.BuilderAccountAggregation. builder()default AccountAggregation.BuilderAccountAggregation.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.BuilderAccountAggregation.Builder. severityCounts(SeverityCounts severityCounts)Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.AccountAggregation.BuilderAccountAggregation. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type AccountAggregation.Builder Modifier and Type Method Description static Class<? extends AccountAggregation.Builder>AccountAggregation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type AccountAggregation.Builder Modifier and Type Method Description default ImageScanFindingAggregation.BuilderImageScanFindingAggregation.Builder. accountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)Returns an object that contains severity counts based on an account ID.
-