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 |
fixAvailable(Collection<StringFilter> fixAvailable)
Details on whether a fix is available through a version update.
|
FilterCriteria.Builder |
fixAvailable(Consumer<StringFilter.Builder>... fixAvailable)
Details on whether a fix is available through a version update.
|
FilterCriteria.Builder |
fixAvailable(StringFilter... fixAvailable)
Details on whether a fix is available through a version update.
|
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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #awsAccountId(List.
awsAccountId - a consumer that will call methods on
StringFilter.Builder#awsAccountId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #componentId(List.
componentId - a consumer that will call methods on
StringFilter.Builder#componentId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #componentType(List.
componentType - a consumer that will call methods on
StringFilter.Builder#componentType(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2InstanceImageId(List.
ec2InstanceImageId - a consumer that will call methods on
StringFilter.Builder#ec2InstanceImageId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2InstanceSubnetId(List.
ec2InstanceSubnetId - a consumer that will call methods on
StringFilter.Builder#ec2InstanceSubnetId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2InstanceVpcId(List.
ec2InstanceVpcId - a consumer that will call methods on
StringFilter.Builder#ec2InstanceVpcId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ecrImageArchitecture(List.
ecrImageArchitecture - a consumer that will call methods on
StringFilter.Builder#ecrImageArchitecture(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ecrImageHash(List.
ecrImageHash - a consumer that will call methods on
StringFilter.Builder#ecrImageHash(java.util.Collection) 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 theDateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ecrImagePushedAt(List.
ecrImagePushedAt - a consumer that will call methods on
DateFilter.Builder#ecrImagePushedAt(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ecrImageRegistry(List.
ecrImageRegistry - a consumer that will call methods on
StringFilter.Builder#ecrImageRegistry(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ecrImageRepositoryName(List.
ecrImageRepositoryName - a consumer that will call methods on
StringFilter.Builder#ecrImageRepositoryName(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ecrImageTags(List.
ecrImageTags - a consumer that will call methods on
StringFilter.Builder#ecrImageTags(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #findingArn(List.
findingArn - a consumer that will call methods on
StringFilter.Builder#findingArn(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #findingStatus(List.
findingStatus - a consumer that will call methods on
StringFilter.Builder#findingStatus(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #findingType(List.
findingType - a consumer that will call methods on
StringFilter.Builder#findingType(java.util.Collection) 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 theDateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #firstObservedAt(List.
firstObservedAt - a consumer that will call methods on
DateFilter.Builder#firstObservedAt(java.util.Collection) FilterCriteria.Builder fixAvailable(Collection<StringFilter> fixAvailable)
Details on whether a fix is available through a version update. This value can be YES,
NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the
packages identified in the finding have fixes available through updated versions.
fixAvailable - Details on whether a fix is available through a version update. This value can be YES,
NO, or PARTIAL. A PARTIAL fix means that some, but not all, of
the packages identified in the finding have fixes available through updated versions.FilterCriteria.Builder fixAvailable(StringFilter... fixAvailable)
Details on whether a fix is available through a version update. This value can be YES,
NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the
packages identified in the finding have fixes available through updated versions.
fixAvailable - Details on whether a fix is available through a version update. This value can be YES,
NO, or PARTIAL. A PARTIAL fix means that some, but not all, of
the packages identified in the finding have fixes available through updated versions.FilterCriteria.Builder fixAvailable(Consumer<StringFilter.Builder>... fixAvailable)
Details on whether a fix is available through a version update. This value can be YES,
NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the
packages identified in the finding have fixes available through updated versions.
StringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #fixAvailable(List.
fixAvailable - a consumer that will call methods on
StringFilter.Builder#fixAvailable(java.util.Collection) 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 theNumberFilter.Builder avoiding the need to create one
manually via NumberFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #inspectorScore(List.
inspectorScore - a consumer that will call methods on
NumberFilter.Builder#inspectorScore(java.util.Collection) 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 theDateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #lastObservedAt(List.
lastObservedAt - a consumer that will call methods on
DateFilter.Builder#lastObservedAt(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #networkProtocol(List.
networkProtocol - a consumer that will call methods on
StringFilter.Builder#networkProtocol(java.util.Collection) 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 thePortRangeFilter.Builder avoiding the need to create
one manually via PortRangeFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #portRange(List.
portRange - a consumer that will call methods on
PortRangeFilter.Builder#portRange(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #relatedVulnerabilities(List.
relatedVulnerabilities - a consumer that will call methods on
StringFilter.Builder#relatedVulnerabilities(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceId(List.
resourceId - a consumer that will call methods on
StringFilter.Builder#resourceId(java.util.Collection) 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 theMapFilter.Builder avoiding the need to create one
manually via MapFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #resourceTags(List.
resourceTags - a consumer that will call methods on
MapFilter.Builder#resourceTags(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #resourceType(List.
resourceType - a consumer that will call methods on
StringFilter.Builder#resourceType(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #severity(List.
severity - a consumer that will call methods on
StringFilter.Builder#severity(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #title(List.
title - a consumer that will call methods on
StringFilter.Builder#title(java.util.Collection) 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 theDateFilter.Builder avoiding the need to create one
manually via DateFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #updatedAt(List.
updatedAt - a consumer that will call methods on
DateFilter.Builder#updatedAt(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vendorSeverity(List.
vendorSeverity - a consumer that will call methods on
StringFilter.Builder#vendorSeverity(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vulnerabilityId(List.
vulnerabilityId - a consumer that will call methods on
StringFilter.Builder#vulnerabilityId(java.util.Collection) 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 theStringFilter.Builder avoiding the need to create one
manually via StringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vulnerabilitySource(List.
vulnerabilitySource - a consumer that will call methods on
StringFilter.Builder#vulnerabilitySource(java.util.Collection) 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 thePackageFilter.Builder avoiding the need to create
one manually via PackageFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vulnerablePackages(List.
vulnerablePackages - a consumer that will call methods on
PackageFilter.Builder#vulnerablePackages(java.util.Collection) Copyright © 2022. All rights reserved.