Uses of Interface
software.amazon.awssdk.services.inspector2.model.Ec2InstanceAggregationResponse.Builder
-
Packages that use Ec2InstanceAggregationResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Ec2InstanceAggregationResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Ec2InstanceAggregationResponse.Builder Modifier and Type Method Description Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. accountId(String accountId)The Amazon Web Services account for the Amazon EC2 instance.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. ami(String ami)The Amazon Machine Image (AMI) of the Amazon EC2 instance.static Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse. builder()Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. instanceId(String instanceId)The Amazon EC2 instance ID.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. instanceTags(Map<String,String> instanceTags)The tags attached to the instance.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. networkFindings(Long networkFindings)The number of network findings for the Amazon EC2 instance.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. operatingSystem(String operatingSystem)The operating system of the Amazon EC2 instance.default Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. severityCounts(Consumer<SeverityCounts.Builder> severityCounts)An object that contains the count of matched findings per severity.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse.Builder. severityCounts(SeverityCounts severityCounts)An object that contains the count of matched findings per severity.Ec2InstanceAggregationResponse.BuilderEc2InstanceAggregationResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Ec2InstanceAggregationResponse.Builder Modifier and Type Method Description static Class<? extends Ec2InstanceAggregationResponse.Builder>Ec2InstanceAggregationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Ec2InstanceAggregationResponse.Builder Modifier and Type Method Description default AggregationResponse.BuilderAggregationResponse.Builder. ec2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)An object that contains details about an aggregation response based on Amazon EC2 instances.static AggregationResponseAggregationResponse. fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregationResponse.Builder> ec2InstanceAggregation)Create an instance of this class withAggregationResponse.ec2InstanceAggregation()initialized to the given value.
-