public static interface FilterCriteria.Builder extends SdkPojo, CopyableBuilder<FilterCriteria.Builder,FilterCriteria>
| Modifier and Type | Method and Description |
|---|---|
FilterCriteria.Builder |
awsAccountId(Collection<StringFilter> awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
|
FilterCriteria.Builder |
awsAccountId(Consumer<StringFilter.Builder>... awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
|
FilterCriteria.Builder |
awsAccountId(StringFilter... awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
|
FilterCriteria.Builder |
componentId(Collection<StringFilter> componentId)
Details of the component IDs used to filter findings.
|
FilterCriteria.Builder |
componentId(Consumer<StringFilter.Builder>... componentId)
Details of the component IDs used to filter findings.
|
FilterCriteria.Builder |
componentId(StringFilter... componentId)
Details of the component IDs used to filter findings.
|
FilterCriteria.Builder |
componentType(Collection<StringFilter> componentType)
Details of the component types used to filter findings.
|
FilterCriteria.Builder |
componentType(Consumer<StringFilter.Builder>... componentType)
Details of the component types used to filter findings.
|
FilterCriteria.Builder |
componentType(StringFilter... componentType)
Details of the component types used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceImageId(Collection<StringFilter> ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceImageId(Consumer<StringFilter.Builder>... ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceImageId(StringFilter... ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceSubnetId(Collection<StringFilter> ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceSubnetId(Consumer<StringFilter.Builder>... ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceSubnetId(StringFilter... ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceVpcId(Collection<StringFilter> ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceVpcId(Consumer<StringFilter.Builder>... ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
|
FilterCriteria.Builder |
ec2InstanceVpcId(StringFilter... ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
|
FilterCriteria.Builder |
ecrImageArchitecture(Collection<StringFilter> ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
|
FilterCriteria.Builder |
ecrImageArchitecture(Consumer<StringFilter.Builder>... ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
|
FilterCriteria.Builder |
ecrImageArchitecture(StringFilter... ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
|
FilterCriteria.Builder |
ecrImageHash(Collection<StringFilter> ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
|
FilterCriteria.Builder |
ecrImageHash(Consumer<StringFilter.Builder>... ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
|
FilterCriteria.Builder |
ecrImageHash(StringFilter... ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
|
FilterCriteria.Builder |
ecrImagePushedAt(Collection<DateFilter> ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
FilterCriteria.Builder |
ecrImagePushedAt(Consumer<DateFilter.Builder>... ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
FilterCriteria.Builder |
ecrImagePushedAt(DateFilter... ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
|
FilterCriteria.Builder |
ecrImageRegistry(Collection<StringFilter> ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
|
FilterCriteria.Builder |
ecrImageRegistry(Consumer<StringFilter.Builder>... ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
|
FilterCriteria.Builder |
ecrImageRegistry(StringFilter... ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
|
FilterCriteria.Builder |
ecrImageRepositoryName(Collection<StringFilter> ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
|
FilterCriteria.Builder |
ecrImageRepositoryName(Consumer<StringFilter.Builder>... ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
|
FilterCriteria.Builder |
ecrImageRepositoryName(StringFilter... ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
|
FilterCriteria.Builder |
ecrImageTags(Collection<StringFilter> ecrImageTags)
The tags attached to the Amazon ECR container image.
|
FilterCriteria.Builder |
ecrImageTags(Consumer<StringFilter.Builder>... ecrImageTags)
The tags attached to the Amazon ECR container image.
|
FilterCriteria.Builder |
ecrImageTags(StringFilter... ecrImageTags)
The tags attached to the Amazon ECR container image.
|
FilterCriteria.Builder |
findingArn(Collection<StringFilter> findingArn)
Details on the finding ARNs used to filter findings.
|
FilterCriteria.Builder |
findingArn(Consumer<StringFilter.Builder>... findingArn)
Details on the finding ARNs used to filter findings.
|
FilterCriteria.Builder |
findingArn(StringFilter... findingArn)
Details on the finding ARNs used to filter findings.
|
FilterCriteria.Builder |
findingStatus(Collection<StringFilter> findingStatus)
Details on the finding status types used to filter findings.
|
FilterCriteria.Builder |
findingStatus(Consumer<StringFilter.Builder>... findingStatus)
Details on the finding status types used to filter findings.
|
FilterCriteria.Builder |
findingStatus(StringFilter... findingStatus)
Details on the finding status types used to filter findings.
|
FilterCriteria.Builder |
findingType(Collection<StringFilter> findingType)
Details on the finding types used to filter findings.
|
FilterCriteria.Builder |
findingType(Consumer<StringFilter.Builder>... findingType)
Details on the finding types used to filter findings.
|
FilterCriteria.Builder |
findingType(StringFilter... findingType)
Details on the finding types used to filter findings.
|
FilterCriteria.Builder |
firstObservedAt(Collection<DateFilter> firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
FilterCriteria.Builder |
firstObservedAt(Consumer<DateFilter.Builder>... firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
FilterCriteria.Builder |
firstObservedAt(DateFilter... firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
|
FilterCriteria.Builder |
inspectorScore(Collection<NumberFilter> inspectorScore)
The Amazon Inspector score to filter on.
|
FilterCriteria.Builder |
inspectorScore(Consumer<NumberFilter.Builder>... inspectorScore)
The Amazon Inspector score to filter on.
|
FilterCriteria.Builder |
inspectorScore(NumberFilter... inspectorScore)
The Amazon Inspector score to filter on.
|
FilterCriteria.Builder |
lastObservedAt(Collection<DateFilter> lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
FilterCriteria.Builder |
lastObservedAt(Consumer<DateFilter.Builder>... lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
FilterCriteria.Builder |
lastObservedAt(DateFilter... lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
|
FilterCriteria.Builder |
networkProtocol(Collection<StringFilter> networkProtocol)
Details on the ingress source addresses used to filter findings.
|
FilterCriteria.Builder |
networkProtocol(Consumer<StringFilter.Builder>... networkProtocol)
Details on the ingress source addresses used to filter findings.
|
FilterCriteria.Builder |
networkProtocol(StringFilter... networkProtocol)
Details on the ingress source addresses used to filter findings.
|
FilterCriteria.Builder |
portRange(Collection<PortRangeFilter> portRange)
Details on the port ranges used to filter findings.
|
FilterCriteria.Builder |
portRange(Consumer<PortRangeFilter.Builder>... portRange)
Details on the port ranges used to filter findings.
|
FilterCriteria.Builder |
portRange(PortRangeFilter... portRange)
Details on the port ranges used to filter findings.
|
FilterCriteria.Builder |
relatedVulnerabilities(Collection<StringFilter> relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
|
FilterCriteria.Builder |
relatedVulnerabilities(Consumer<StringFilter.Builder>... relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
|
FilterCriteria.Builder |
relatedVulnerabilities(StringFilter... relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
|
FilterCriteria.Builder |
resourceId(Collection<StringFilter> resourceId)
Details on the resource IDs used to filter findings.
|
FilterCriteria.Builder |
resourceId(Consumer<StringFilter.Builder>... resourceId)
Details on the resource IDs used to filter findings.
|
FilterCriteria.Builder |
resourceId(StringFilter... resourceId)
Details on the resource IDs used to filter findings.
|
FilterCriteria.Builder |
resourceTags(Collection<MapFilter> resourceTags)
Details on the resource tags used to filter findings.
|
FilterCriteria.Builder |
resourceTags(Consumer<MapFilter.Builder>... resourceTags)
Details on the resource tags used to filter findings.
|
FilterCriteria.Builder |
resourceTags(MapFilter... resourceTags)
Details on the resource tags used to filter findings.
|
FilterCriteria.Builder |
resourceType(Collection<StringFilter> resourceType)
Details on the resource types used to filter findings.
|
FilterCriteria.Builder |
resourceType(Consumer<StringFilter.Builder>... resourceType)
Details on the resource types used to filter findings.
|
FilterCriteria.Builder |
resourceType(StringFilter... resourceType)
Details on the resource types used to filter findings.
|
FilterCriteria.Builder |
severity(Collection<StringFilter> severity)
Details on the severity used to filter findings.
|
FilterCriteria.Builder |
severity(Consumer<StringFilter.Builder>... severity)
Details on the severity used to filter findings.
|
FilterCriteria.Builder |
severity(StringFilter... severity)
Details on the severity used to filter findings.
|
FilterCriteria.Builder |
title(Collection<StringFilter> title)
Details on the finding title used to filter findings.
|
FilterCriteria.Builder |
title(Consumer<StringFilter.Builder>... title)
Details on the finding title used to filter findings.
|
FilterCriteria.Builder |
title(StringFilter... title)
Details on the finding title used to filter findings.
|
FilterCriteria.Builder |
updatedAt(Collection<DateFilter> updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
FilterCriteria.Builder |
updatedAt(Consumer<DateFilter.Builder>... updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
FilterCriteria.Builder |
updatedAt(DateFilter... updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
|
FilterCriteria.Builder |
vendorSeverity(Collection<StringFilter> vendorSeverity)
Details on the vendor severity used to filter findings.
|
FilterCriteria.Builder |
vendorSeverity(Consumer<StringFilter.Builder>... vendorSeverity)
Details on the vendor severity used to filter findings.
|
FilterCriteria.Builder |
vendorSeverity(StringFilter... vendorSeverity)
Details on the vendor severity used to filter findings.
|
FilterCriteria.Builder |
vulnerabilityId(Collection<StringFilter> vulnerabilityId)
Details on the vulnerability ID used to filter findings.
|
FilterCriteria.Builder |
vulnerabilityId(Consumer<StringFilter.Builder>... vulnerabilityId)
Details on the vulnerability ID used to filter findings.
|
FilterCriteria.Builder |
vulnerabilityId(StringFilter... vulnerabilityId)
Details on the vulnerability ID used to filter findings.
|
FilterCriteria.Builder |
vulnerabilitySource(Collection<StringFilter> vulnerabilitySource)
Details on the vulnerability type used to filter findings.
|
FilterCriteria.Builder |
vulnerabilitySource(Consumer<StringFilter.Builder>... vulnerabilitySource)
Details on the vulnerability type used to filter findings.
|
FilterCriteria.Builder |
vulnerabilitySource(StringFilter... vulnerabilitySource)
Details on the vulnerability type used to filter findings.
|
FilterCriteria.Builder |
vulnerablePackages(Collection<PackageFilter> vulnerablePackages)
Details on the vulnerable packages used to filter findings.
|
FilterCriteria.Builder |
vulnerablePackages(Consumer<PackageFilter.Builder>... vulnerablePackages)
Details on the vulnerable packages used to filter findings.
|
FilterCriteria.Builder |
vulnerablePackages(PackageFilter... vulnerablePackages)
Details on the vulnerable packages used to filter findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterCriteria.Builder awsAccountId(Collection<StringFilter> awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
awsAccountId - Details of the Amazon Web Services account IDs used to filter findings.FilterCriteria.Builder awsAccountId(StringFilter... awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
awsAccountId - Details of the Amazon Web Services account IDs used to filter findings.FilterCriteria.Builder awsAccountId(Consumer<StringFilter.Builder>... awsAccountId)
Details of the Amazon Web Services account IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #awsAccountId(List) .awsAccountId - a consumer that will call methods on List.Builder #awsAccountId(List) FilterCriteria.Builder componentId(Collection<StringFilter> componentId)
Details of the component IDs used to filter findings.
componentId - Details of the component IDs used to filter findings.FilterCriteria.Builder componentId(StringFilter... componentId)
Details of the component IDs used to filter findings.
componentId - Details of the component IDs used to filter findings.FilterCriteria.Builder componentId(Consumer<StringFilter.Builder>... componentId)
Details of the component IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #componentId(List) .componentId - a consumer that will call methods on List.Builder #componentId(List) FilterCriteria.Builder componentType(Collection<StringFilter> componentType)
Details of the component types used to filter findings.
componentType - Details of the component types used to filter findings.FilterCriteria.Builder componentType(StringFilter... componentType)
Details of the component types used to filter findings.
componentType - Details of the component types used to filter findings.FilterCriteria.Builder componentType(Consumer<StringFilter.Builder>... componentType)
Details of the component types used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #componentType(List) .componentType - a consumer that will call methods on List.Builder #componentType(List) FilterCriteria.Builder ec2InstanceImageId(Collection<StringFilter> ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
ec2InstanceImageId - Details of the Amazon EC2 instance image IDs used to filter findings.FilterCriteria.Builder ec2InstanceImageId(StringFilter... ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
ec2InstanceImageId - Details of the Amazon EC2 instance image IDs used to filter findings.FilterCriteria.Builder ec2InstanceImageId(Consumer<StringFilter.Builder>... ec2InstanceImageId)
Details of the Amazon EC2 instance image IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ec2InstanceImageId(List) .ec2InstanceImageId - a consumer that will call methods on List.Builder #ec2InstanceImageId(List) FilterCriteria.Builder ec2InstanceSubnetId(Collection<StringFilter> ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
ec2InstanceSubnetId - Details of the Amazon EC2 instance subnet IDs used to filter findings.FilterCriteria.Builder ec2InstanceSubnetId(StringFilter... ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
ec2InstanceSubnetId - Details of the Amazon EC2 instance subnet IDs used to filter findings.FilterCriteria.Builder ec2InstanceSubnetId(Consumer<StringFilter.Builder>... ec2InstanceSubnetId)
Details of the Amazon EC2 instance subnet IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ec2InstanceSubnetId(List) .ec2InstanceSubnetId - a consumer that will call methods on List.Builder #ec2InstanceSubnetId(List) FilterCriteria.Builder ec2InstanceVpcId(Collection<StringFilter> ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
ec2InstanceVpcId - Details of the Amazon EC2 instance VPC IDs used to filter findings.FilterCriteria.Builder ec2InstanceVpcId(StringFilter... ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
ec2InstanceVpcId - Details of the Amazon EC2 instance VPC IDs used to filter findings.FilterCriteria.Builder ec2InstanceVpcId(Consumer<StringFilter.Builder>... ec2InstanceVpcId)
Details of the Amazon EC2 instance VPC IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ec2InstanceVpcId(List) .ec2InstanceVpcId - a consumer that will call methods on List.Builder #ec2InstanceVpcId(List) FilterCriteria.Builder ecrImageArchitecture(Collection<StringFilter> ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
ecrImageArchitecture - Details of the Amazon ECR image architecture types used to filter findings.FilterCriteria.Builder ecrImageArchitecture(StringFilter... ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
ecrImageArchitecture - Details of the Amazon ECR image architecture types used to filter findings.FilterCriteria.Builder ecrImageArchitecture(Consumer<StringFilter.Builder>... ecrImageArchitecture)
Details of the Amazon ECR image architecture types used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImageArchitecture(List) .ecrImageArchitecture - a consumer that will call methods on List.Builder #ecrImageArchitecture(List) FilterCriteria.Builder ecrImageHash(Collection<StringFilter> ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
ecrImageHash - Details of the Amazon ECR image hashes used to filter findings.FilterCriteria.Builder ecrImageHash(StringFilter... ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
ecrImageHash - Details of the Amazon ECR image hashes used to filter findings.FilterCriteria.Builder ecrImageHash(Consumer<StringFilter.Builder>... ecrImageHash)
Details of the Amazon ECR image hashes used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImageHash(List) .ecrImageHash - a consumer that will call methods on List.Builder #ecrImageHash(List) FilterCriteria.Builder ecrImagePushedAt(Collection<DateFilter> ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
ecrImagePushedAt - Details on the Amazon ECR image push date and time used to filter findings.FilterCriteria.Builder ecrImagePushedAt(DateFilter... ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
ecrImagePushedAt - Details on the Amazon ECR image push date and time used to filter findings.FilterCriteria.Builder ecrImagePushedAt(Consumer<DateFilter.Builder>... ecrImagePushedAt)
Details on the Amazon ECR image push date and time used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImagePushedAt(List) .ecrImagePushedAt - a consumer that will call methods on List.Builder #ecrImagePushedAt(List) FilterCriteria.Builder ecrImageRegistry(Collection<StringFilter> ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
ecrImageRegistry - Details on the Amazon ECR registry used to filter findings.FilterCriteria.Builder ecrImageRegistry(StringFilter... ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
ecrImageRegistry - Details on the Amazon ECR registry used to filter findings.FilterCriteria.Builder ecrImageRegistry(Consumer<StringFilter.Builder>... ecrImageRegistry)
Details on the Amazon ECR registry used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImageRegistry(List) .ecrImageRegistry - a consumer that will call methods on List.Builder #ecrImageRegistry(List) FilterCriteria.Builder ecrImageRepositoryName(Collection<StringFilter> ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
ecrImageRepositoryName - Details on the name of the Amazon ECR repository used to filter findings.FilterCriteria.Builder ecrImageRepositoryName(StringFilter... ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
ecrImageRepositoryName - Details on the name of the Amazon ECR repository used to filter findings.FilterCriteria.Builder ecrImageRepositoryName(Consumer<StringFilter.Builder>... ecrImageRepositoryName)
Details on the name of the Amazon ECR repository used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImageRepositoryName(List) .ecrImageRepositoryName - a consumer that will call methods on List.Builder #ecrImageRepositoryName(List) FilterCriteria.Builder ecrImageTags(Collection<StringFilter> ecrImageTags)
The tags attached to the Amazon ECR container image.
ecrImageTags - The tags attached to the Amazon ECR container image.FilterCriteria.Builder ecrImageTags(StringFilter... ecrImageTags)
The tags attached to the Amazon ECR container image.
ecrImageTags - The tags attached to the Amazon ECR container image.FilterCriteria.Builder ecrImageTags(Consumer<StringFilter.Builder>... ecrImageTags)
The tags attached to the Amazon ECR container image.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ecrImageTags(List) .ecrImageTags - a consumer that will call methods on List.Builder #ecrImageTags(List) FilterCriteria.Builder findingArn(Collection<StringFilter> findingArn)
Details on the finding ARNs used to filter findings.
findingArn - Details on the finding ARNs used to filter findings.FilterCriteria.Builder findingArn(StringFilter... findingArn)
Details on the finding ARNs used to filter findings.
findingArn - Details on the finding ARNs used to filter findings.FilterCriteria.Builder findingArn(Consumer<StringFilter.Builder>... findingArn)
Details on the finding ARNs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #findingArn(List) .findingArn - a consumer that will call methods on List.Builder #findingArn(List) FilterCriteria.Builder findingStatus(Collection<StringFilter> findingStatus)
Details on the finding status types used to filter findings.
findingStatus - Details on the finding status types used to filter findings.FilterCriteria.Builder findingStatus(StringFilter... findingStatus)
Details on the finding status types used to filter findings.
findingStatus - Details on the finding status types used to filter findings.FilterCriteria.Builder findingStatus(Consumer<StringFilter.Builder>... findingStatus)
Details on the finding status types used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #findingStatus(List) .findingStatus - a consumer that will call methods on List.Builder #findingStatus(List) FilterCriteria.Builder findingType(Collection<StringFilter> findingType)
Details on the finding types used to filter findings.
findingType - Details on the finding types used to filter findings.FilterCriteria.Builder findingType(StringFilter... findingType)
Details on the finding types used to filter findings.
findingType - Details on the finding types used to filter findings.FilterCriteria.Builder findingType(Consumer<StringFilter.Builder>... findingType)
Details on the finding types used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #findingType(List) .findingType - a consumer that will call methods on List.Builder #findingType(List) FilterCriteria.Builder firstObservedAt(Collection<DateFilter> firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
firstObservedAt - Details on the date and time a finding was first seen used to filter findings.FilterCriteria.Builder firstObservedAt(DateFilter... firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
firstObservedAt - Details on the date and time a finding was first seen used to filter findings.FilterCriteria.Builder firstObservedAt(Consumer<DateFilter.Builder>... firstObservedAt)
Details on the date and time a finding was first seen used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #firstObservedAt(List) .firstObservedAt - a consumer that will call methods on List.Builder #firstObservedAt(List) FilterCriteria.Builder inspectorScore(Collection<NumberFilter> inspectorScore)
The Amazon Inspector score to filter on.
inspectorScore - The Amazon Inspector score to filter on.FilterCriteria.Builder inspectorScore(NumberFilter... inspectorScore)
The Amazon Inspector score to filter on.
inspectorScore - The Amazon Inspector score to filter on.FilterCriteria.Builder inspectorScore(Consumer<NumberFilter.Builder>... inspectorScore)
The Amazon Inspector score to filter on.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #inspectorScore(List) .inspectorScore - a consumer that will call methods on List.Builder #inspectorScore(List) FilterCriteria.Builder lastObservedAt(Collection<DateFilter> lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
lastObservedAt - Details on the date and time a finding was last seen used to filter findings.FilterCriteria.Builder lastObservedAt(DateFilter... lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
lastObservedAt - Details on the date and time a finding was last seen used to filter findings.FilterCriteria.Builder lastObservedAt(Consumer<DateFilter.Builder>... lastObservedAt)
Details on the date and time a finding was last seen used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #lastObservedAt(List) .lastObservedAt - a consumer that will call methods on List.Builder #lastObservedAt(List) FilterCriteria.Builder networkProtocol(Collection<StringFilter> networkProtocol)
Details on the ingress source addresses used to filter findings.
networkProtocol - Details on the ingress source addresses used to filter findings.FilterCriteria.Builder networkProtocol(StringFilter... networkProtocol)
Details on the ingress source addresses used to filter findings.
networkProtocol - Details on the ingress source addresses used to filter findings.FilterCriteria.Builder networkProtocol(Consumer<StringFilter.Builder>... networkProtocol)
Details on the ingress source addresses used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #networkProtocol(List) .networkProtocol - a consumer that will call methods on List.Builder #networkProtocol(List) FilterCriteria.Builder portRange(Collection<PortRangeFilter> portRange)
Details on the port ranges used to filter findings.
portRange - Details on the port ranges used to filter findings.FilterCriteria.Builder portRange(PortRangeFilter... portRange)
Details on the port ranges used to filter findings.
portRange - Details on the port ranges used to filter findings.FilterCriteria.Builder portRange(Consumer<PortRangeFilter.Builder>... portRange)
Details on the port ranges used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #portRange(List) .portRange - a consumer that will call methods on List.Builder #portRange(List) FilterCriteria.Builder relatedVulnerabilities(Collection<StringFilter> relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
relatedVulnerabilities - Details on the related vulnerabilities used to filter findings.FilterCriteria.Builder relatedVulnerabilities(StringFilter... relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
relatedVulnerabilities - Details on the related vulnerabilities used to filter findings.FilterCriteria.Builder relatedVulnerabilities(Consumer<StringFilter.Builder>... relatedVulnerabilities)
Details on the related vulnerabilities used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #relatedVulnerabilities(List) .relatedVulnerabilities - a consumer that will call methods on List.Builder #relatedVulnerabilities(List) FilterCriteria.Builder resourceId(Collection<StringFilter> resourceId)
Details on the resource IDs used to filter findings.
resourceId - Details on the resource IDs used to filter findings.FilterCriteria.Builder resourceId(StringFilter... resourceId)
Details on the resource IDs used to filter findings.
resourceId - Details on the resource IDs used to filter findings.FilterCriteria.Builder resourceId(Consumer<StringFilter.Builder>... resourceId)
Details on the resource IDs used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourceId(List) .resourceId - a consumer that will call methods on List.Builder #resourceId(List) FilterCriteria.Builder resourceTags(Collection<MapFilter> resourceTags)
Details on the resource tags used to filter findings.
resourceTags - Details on the resource tags used to filter findings.FilterCriteria.Builder resourceTags(MapFilter... resourceTags)
Details on the resource tags used to filter findings.
resourceTags - Details on the resource tags used to filter findings.FilterCriteria.Builder resourceTags(Consumer<MapFilter.Builder>... resourceTags)
Details on the resource tags used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourceTags(List) .resourceTags - a consumer that will call methods on List.Builder #resourceTags(List) FilterCriteria.Builder resourceType(Collection<StringFilter> resourceType)
Details on the resource types used to filter findings.
resourceType - Details on the resource types used to filter findings.FilterCriteria.Builder resourceType(StringFilter... resourceType)
Details on the resource types used to filter findings.
resourceType - Details on the resource types used to filter findings.FilterCriteria.Builder resourceType(Consumer<StringFilter.Builder>... resourceType)
Details on the resource types used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #resourceType(List) .resourceType - a consumer that will call methods on List.Builder #resourceType(List) FilterCriteria.Builder severity(Collection<StringFilter> severity)
Details on the severity used to filter findings.
severity - Details on the severity used to filter findings.FilterCriteria.Builder severity(StringFilter... severity)
Details on the severity used to filter findings.
severity - Details on the severity used to filter findings.FilterCriteria.Builder severity(Consumer<StringFilter.Builder>... severity)
Details on the severity used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #severity(List) .severity - a consumer that will call methods on List.Builder #severity(List) FilterCriteria.Builder title(Collection<StringFilter> title)
Details on the finding title used to filter findings.
title - Details on the finding title used to filter findings.FilterCriteria.Builder title(StringFilter... title)
Details on the finding title used to filter findings.
title - Details on the finding title used to filter findings.FilterCriteria.Builder title(Consumer<StringFilter.Builder>... title)
Details on the finding title used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #title(List) .title - a consumer that will call methods on List.Builder #title(List) FilterCriteria.Builder updatedAt(Collection<DateFilter> updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
updatedAt - Details on the date and time a finding was last updated at used to filter findings.FilterCriteria.Builder updatedAt(DateFilter... updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
updatedAt - Details on the date and time a finding was last updated at used to filter findings.FilterCriteria.Builder updatedAt(Consumer<DateFilter.Builder>... updatedAt)
Details on the date and time a finding was last updated at used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #updatedAt(List) .updatedAt - a consumer that will call methods on List.Builder #updatedAt(List) FilterCriteria.Builder vendorSeverity(Collection<StringFilter> vendorSeverity)
Details on the vendor severity used to filter findings.
vendorSeverity - Details on the vendor severity used to filter findings.FilterCriteria.Builder vendorSeverity(StringFilter... vendorSeverity)
Details on the vendor severity used to filter findings.
vendorSeverity - Details on the vendor severity used to filter findings.FilterCriteria.Builder vendorSeverity(Consumer<StringFilter.Builder>... vendorSeverity)
Details on the vendor severity used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #vendorSeverity(List) .vendorSeverity - a consumer that will call methods on List.Builder #vendorSeverity(List) FilterCriteria.Builder vulnerabilityId(Collection<StringFilter> vulnerabilityId)
Details on the vulnerability ID used to filter findings.
vulnerabilityId - Details on the vulnerability ID used to filter findings.FilterCriteria.Builder vulnerabilityId(StringFilter... vulnerabilityId)
Details on the vulnerability ID used to filter findings.
vulnerabilityId - Details on the vulnerability ID used to filter findings.FilterCriteria.Builder vulnerabilityId(Consumer<StringFilter.Builder>... vulnerabilityId)
Details on the vulnerability ID used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #vulnerabilityId(List) .vulnerabilityId - a consumer that will call methods on List.Builder #vulnerabilityId(List) FilterCriteria.Builder vulnerabilitySource(Collection<StringFilter> vulnerabilitySource)
Details on the vulnerability type used to filter findings.
vulnerabilitySource - Details on the vulnerability type used to filter findings.FilterCriteria.Builder vulnerabilitySource(StringFilter... vulnerabilitySource)
Details on the vulnerability type used to filter findings.
vulnerabilitySource - Details on the vulnerability type used to filter findings.FilterCriteria.Builder vulnerabilitySource(Consumer<StringFilter.Builder>... vulnerabilitySource)
Details on the vulnerability type used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #vulnerabilitySource(List) .vulnerabilitySource - a consumer that will call methods on List.Builder #vulnerabilitySource(List) FilterCriteria.Builder vulnerablePackages(Collection<PackageFilter> vulnerablePackages)
Details on the vulnerable packages used to filter findings.
vulnerablePackages - Details on the vulnerable packages used to filter findings.FilterCriteria.Builder vulnerablePackages(PackageFilter... vulnerablePackages)
Details on the vulnerable packages used to filter findings.
vulnerablePackages - Details on the vulnerable packages used to filter findings.FilterCriteria.Builder vulnerablePackages(Consumer<PackageFilter.Builder>... vulnerablePackages)
Details on the vulnerable packages used to filter findings.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #vulnerablePackages(List) .vulnerablePackages - a consumer that will call methods on List.Builder #vulnerablePackages(List) Copyright © 2022. All rights reserved.