public static interface FindingProviderFields.Builder extends SdkPojo, CopyableBuilder<FindingProviderFields.Builder,FindingProviderFields>
| Modifier and Type | Method and Description |
|---|---|
FindingProviderFields.Builder |
confidence(Integer confidence)
A finding's confidence.
|
FindingProviderFields.Builder |
criticality(Integer criticality)
The level of importance assigned to the resources associated with the finding.
|
FindingProviderFields.Builder |
relatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the current finding.
|
FindingProviderFields.Builder |
relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings)
A list of findings that are related to the current finding.
|
FindingProviderFields.Builder |
relatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the current finding.
|
default FindingProviderFields.Builder |
severity(Consumer<FindingProviderSeverity.Builder> severity)
The severity of a finding.
|
FindingProviderFields.Builder |
severity(FindingProviderSeverity severity)
The severity of a finding.
|
FindingProviderFields.Builder |
types(Collection<String> types)
One or more finding types in the format of
namespace/category/classifier that classify a
finding. |
FindingProviderFields.Builder |
types(String... types)
One or more finding types in the format of
namespace/category/classifier that classify a
finding. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingProviderFields.Builder confidence(Integer confidence)
A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.
confidence - A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies
the behavior or issue that it was intended to identify.
Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.
FindingProviderFields.Builder criticality(Integer criticality)
The level of importance assigned to the resources associated with the finding.
A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.
criticality - The level of importance assigned to the resources associated with the finding.
A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.
FindingProviderFields.Builder relatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the current finding.
relatedFindings - A list of findings that are related to the current finding.FindingProviderFields.Builder relatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the current finding.
relatedFindings - A list of findings that are related to the current finding.FindingProviderFields.Builder relatedFindings(Consumer<RelatedFinding.Builder>... relatedFindings)
A list of findings that are related to the current finding.
This is a convenience method that creates an instance of theRelatedFinding.Builder avoiding the need to create
one manually via RelatedFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #relatedFindings(List.
relatedFindings - a consumer that will call methods on
RelatedFinding.Builder#relatedFindings(java.util.Collection) FindingProviderFields.Builder severity(FindingProviderSeverity severity)
The severity of a finding.
severity - The severity of a finding.default FindingProviderFields.Builder severity(Consumer<FindingProviderSeverity.Builder> severity)
The severity of a finding.
This is a convenience method that creates an instance of theFindingProviderSeverity.Builder avoiding
the need to create one manually via FindingProviderSeverity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to severity(FindingProviderSeverity).
severity - a consumer that will call methods on FindingProviderSeverity.Builderseverity(FindingProviderSeverity)FindingProviderFields.Builder types(Collection<String> types)
One or more finding types in the format of namespace/category/classifier that classify a
finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
types - One or more finding types in the format of namespace/category/classifier that classify a
finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
FindingProviderFields.Builder types(String... types)
One or more finding types in the format of namespace/category/classifier that classify a
finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
types - One or more finding types in the format of namespace/category/classifier that classify a
finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
Copyright © 2023. All rights reserved.