Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(Collection<StringFilter> amis) |
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(Consumer<StringFilter.Builder>... amis) |
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.amis(StringFilter... amis) |
The AMI IDs associated with the Amazon EC2 instances to aggregate findings for.
|
static Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.builder() |
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(Collection<StringFilter> instanceIds) |
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(Consumer<StringFilter.Builder>... instanceIds) |
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceIds(StringFilter... instanceIds) |
The Amazon EC2 instance IDs to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(Collection<MapFilter> instanceTags) |
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(Consumer<MapFilter.Builder>... instanceTags) |
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.instanceTags(MapFilter... instanceTags) |
The Amazon EC2 instance tags to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(Collection<StringFilter> operatingSystems) |
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(Consumer<StringFilter.Builder>... operatingSystems) |
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.operatingSystems(StringFilter... operatingSystems) |
The operating system types to aggregate findings for.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortBy(String sortBy) |
The value to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortBy(Ec2InstanceSortBy sortBy) |
The value to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortOrder(String sortOrder) |
The order to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.Builder.sortOrder(SortOrder sortOrder) |
The order to sort results by.
|
Ec2InstanceAggregation.Builder |
Ec2InstanceAggregation.toBuilder() |
|