Interface Epss.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Epss.Builder,
,Epss> SdkBuilder<Epss.Builder,
,Epss> SdkPojo
- Enclosing class:
Epss
@Mutable
@NotThreadSafe
public static interface Epss.Builder
extends SdkPojo, CopyableBuilder<Epss.Builder,Epss>
-
Method Summary
Modifier and TypeMethodDescriptionThe Exploit Prediction Scoring System (EPSS) score.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
score
The Exploit Prediction Scoring System (EPSS) score.
- Parameters:
score
- The Exploit Prediction Scoring System (EPSS) score.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-