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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CisaData.Builderaction(String action)The remediation action recommended by CISA for this vulnerability.CisaData.BuilderdateAdded(Instant dateAdded)The date and time CISA added this vulnerability to their catalogue.CisaData.BuilderdateDue(Instant dateDue)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 Detail
-
action
CisaData.Builder action(String 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
CisaData.Builder dateAdded(Instant 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
CisaData.Builder dateDue(Instant 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.
-
-