public static interface AmiAggregationResponse.Builder extends SdkPojo, CopyableBuilder<AmiAggregationResponse.Builder,AmiAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
AmiAggregationResponse.Builder |
accountId(String accountId)
The Amazon Web Services account ID for the AMI.
|
AmiAggregationResponse.Builder |
affectedInstances(Long affectedInstances)
The IDs of Amazon EC2 instances using this AMI.
|
AmiAggregationResponse.Builder |
ami(String ami)
The ID of the AMI that findings were aggregated for.
|
default AmiAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
|
AmiAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmiAggregationResponse.Builder accountId(String accountId)
The Amazon Web Services account ID for the AMI.
accountId - The Amazon Web Services account ID for the AMI.AmiAggregationResponse.Builder affectedInstances(Long affectedInstances)
The IDs of Amazon EC2 instances using this AMI.
affectedInstances - The IDs of Amazon EC2 instances using this AMI.AmiAggregationResponse.Builder ami(String ami)
The ID of the AMI that findings were aggregated for.
ami - The ID of the AMI that findings were aggregated for.AmiAggregationResponse.Builder severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
severityCounts - An object that contains the count of matched findings per severity.default AmiAggregationResponse.Builder severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains 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 © 2023. All rights reserved.