public static interface Ec2InstanceAggregationResponse.Builder extends SdkPojo, CopyableBuilder<Ec2InstanceAggregationResponse.Builder,Ec2InstanceAggregationResponse>
| Modifier and Type | Method and Description |
|---|---|
Ec2InstanceAggregationResponse.Builder |
accountId(String accountId)
The Amazon Web Services account the Amazon EC2 instance belongs to.
|
Ec2InstanceAggregationResponse.Builder |
ami(String ami)
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
|
Ec2InstanceAggregationResponse.Builder |
instanceId(String instanceId)
The Amazon EC2 instance ID.
|
Ec2InstanceAggregationResponse.Builder |
instanceTags(Map<String,String> instanceTags)
The tags attached to the instance.
|
Ec2InstanceAggregationResponse.Builder |
networkFindings(Long networkFindings)
The number of network findings for the Amazon EC2 instance.
|
Ec2InstanceAggregationResponse.Builder |
operatingSystem(String operatingSystem)
The operating system of the Amazon EC2 instance.
|
default Ec2InstanceAggregationResponse.Builder |
severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
An object that contains the count of matched findings per severity.
|
Ec2InstanceAggregationResponse.Builder |
severityCounts(SeverityCounts severityCounts)
An object that contains the count of matched findings per severity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEc2InstanceAggregationResponse.Builder accountId(String accountId)
The Amazon Web Services account the Amazon EC2 instance belongs to.
accountId - The Amazon Web Services account the Amazon EC2 instance belongs to.Ec2InstanceAggregationResponse.Builder ami(String ami)
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
ami - The Amazon Machine Image (AMI) of the Amazon EC2 instance.Ec2InstanceAggregationResponse.Builder instanceId(String instanceId)
The Amazon EC2 instance ID.
instanceId - The Amazon EC2 instance ID.Ec2InstanceAggregationResponse.Builder instanceTags(Map<String,String> instanceTags)
The tags attached to the instance.
instanceTags - The tags attached to the instance.Ec2InstanceAggregationResponse.Builder networkFindings(Long networkFindings)
The number of network findings for the Amazon EC2 instance.
networkFindings - The number of network findings for the Amazon EC2 instance.Ec2InstanceAggregationResponse.Builder operatingSystem(String operatingSystem)
The operating system of the Amazon EC2 instance.
operatingSystem - The operating system of the Amazon EC2 instance.Ec2InstanceAggregationResponse.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 Ec2InstanceAggregationResponse.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 © 2022. All rights reserved.