Interface CisaData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CisaData.Builder,
,CisaData> SdkBuilder<CisaData.Builder,
,CisaData> SdkPojo
- Enclosing class:
CisaData
public static interface CisaData.Builder
extends SdkPojo, CopyableBuilder<CisaData.Builder,CisaData>
-
Method Summary
Modifier and TypeMethodDescriptionThe remediation action recommended by CISA for this vulnerability.The date and time CISA added this vulnerability to their catalogue.The date and time CISA expects a fix to have been provided vulnerability.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, sdkFields
-
Method Details
-
action
The remediation action recommended by CISA for this vulnerability.
- Parameters:
action
- The remediation action recommended by CISA for this vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateAdded
The date and time CISA added this vulnerability to their catalogue.
- Parameters:
dateAdded
- The date and time CISA added this vulnerability to their catalogue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dateDue
The date and time CISA expects a fix to have been provided vulnerability.
- Parameters:
dateDue
- The date and time CISA expects a fix to have been provided vulnerability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-