public static interface SeverityUpdate.Builder extends SdkPojo, CopyableBuilder<SeverityUpdate.Builder,SeverityUpdate>
| Modifier and Type | Method and Description |
|---|---|
SeverityUpdate.Builder |
label(SeverityLabel label)
The severity value of the finding.
|
SeverityUpdate.Builder |
label(String label)
The severity value of the finding.
|
SeverityUpdate.Builder |
normalized(Integer normalized)
The normalized severity for the finding.
|
SeverityUpdate.Builder |
product(Double product)
The native severity as defined by the Amazon Web Services service or integrated partner product that
generated the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSeverityUpdate.Builder normalized(Integer normalized)
The normalized severity for the finding. This attribute is to be deprecated in favor of Label.
If you provide Normalized and do not provide Label, Label is set
automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
normalized - The normalized severity for the finding. This attribute is to be deprecated in favor of
Label.
If you provide Normalized and do not provide Label, Label is
set automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
SeverityUpdate.Builder product(Double product)
The native severity as defined by the Amazon Web Services service or integrated partner product that generated the finding.
product - The native severity as defined by the Amazon Web Services service or integrated partner product that
generated the finding.SeverityUpdate.Builder label(String label)
The severity value of the finding. The allowed values are the following.
INFORMATIONAL - No issue was found.
LOW - The issue does not require action on its own.
MEDIUM - The issue must be addressed but not urgently.
HIGH - The issue must be addressed as a priority.
CRITICAL - The issue must be remediated immediately to avoid it escalating.
label - The severity value of the finding. The allowed values are the following.
INFORMATIONAL - No issue was found.
LOW - The issue does not require action on its own.
MEDIUM - The issue must be addressed but not urgently.
HIGH - The issue must be addressed as a priority.
CRITICAL - The issue must be remediated immediately to avoid it escalating.
SeverityLabel,
SeverityLabelSeverityUpdate.Builder label(SeverityLabel label)
The severity value of the finding. The allowed values are the following.
INFORMATIONAL - No issue was found.
LOW - The issue does not require action on its own.
MEDIUM - The issue must be addressed but not urgently.
HIGH - The issue must be addressed as a priority.
CRITICAL - The issue must be remediated immediately to avoid it escalating.
label - The severity value of the finding. The allowed values are the following.
INFORMATIONAL - No issue was found.
LOW - The issue does not require action on its own.
MEDIUM - The issue must be addressed but not urgently.
HIGH - The issue must be addressed as a priority.
CRITICAL - The issue must be remediated immediately to avoid it escalating.
SeverityLabel,
SeverityLabelCopyright © 2023. All rights reserved.