public static interface Severity.Builder extends SdkPojo, CopyableBuilder<Severity.Builder,Severity>
Modifier and Type | Method and Description |
---|---|
Severity.Builder |
label(SeverityLabel label)
The severity value of the finding.
|
Severity.Builder |
label(String label)
The severity value of the finding.
|
Severity.Builder |
normalized(Integer normalized)
Deprecated.
|
Severity.Builder |
original(String original)
The native severity from the finding product that generated the finding.
|
Severity.Builder |
product(Double product)
Deprecated.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Severity.Builder product(Double product)
Deprecated. This attribute is being deprecated. Instead of providing Product
, provide
Original
.
The native severity as defined by the AWS service or integrated partner product that generated the finding.
product
- Deprecated. This attribute is being deprecated. Instead of providing Product
, provide
Original
.
The native severity as defined by the AWS service or integrated partner product that generated the finding.
Severity.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.
If you provide Normalized
and do not provide Label
, then Label
is set
automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
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.
If you provide Normalized
and do not provide Label
, then Label
is set automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
SeverityLabel
,
SeverityLabel
Severity.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.
If you provide Normalized
and do not provide Label
, then Label
is set
automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
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.
If you provide Normalized
and do not provide Label
, then Label
is set automatically as follows.
0 - INFORMATIONAL
1–39 - LOW
40–69 - MEDIUM
70–89 - HIGH
90–100 - CRITICAL
SeverityLabel
,
SeverityLabel
Severity.Builder normalized(Integer normalized)
Deprecated. The normalized severity of a finding. This attribute is being deprecated. Instead of providing
Normalized
, provide Label
.
If you provide Label
and do not provide Normalized
, then Normalized
is
set automatically as follows.
INFORMATIONAL
- 0
LOW
- 1
MEDIUM
- 40
HIGH
- 70
CRITICAL
- 90
normalized
- Deprecated. The normalized severity of a finding. This attribute is being deprecated. Instead of
providing Normalized
, provide Label
.
If you provide Label
and do not provide Normalized
, then
Normalized
is set automatically as follows.
INFORMATIONAL
- 0
LOW
- 1
MEDIUM
- 40
HIGH
- 70
CRITICAL
- 90
Severity.Builder original(String original)
The native severity from the finding product that generated the finding.
original
- The native severity from the finding product that generated the finding.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.