public static interface Severity.Builder extends SdkPojo, CopyableBuilder<Severity.Builder,Severity>
Modifier and Type | Method and Description |
---|---|
Severity.Builder |
normalized(Integer normalized)
The normalized severity of a finding.
|
Severity.Builder |
product(Double product)
The native severity as defined by the security findings provider's solution that generated the finding.
|
copy
applyMutation, build
Severity.Builder product(Double product)
The native severity as defined by the security findings provider's solution that generated the finding.
product
- The native severity as defined by the security findings provider's solution that generated the
finding.Severity.Builder normalized(Integer normalized)
The normalized severity of a finding.
normalized
- The normalized severity of a finding.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.