public static interface CisaData.Builder extends SdkPojo, CopyableBuilder<CisaData.Builder,CisaData>
| Modifier and Type | Method and Description |
|---|---|
CisaData.Builder |
action(String action)
The remediation action recommended by CISA for this vulnerability.
|
CisaData.Builder |
dateAdded(Instant dateAdded)
The date and time CISA added this vulnerability to their catalogue.
|
CisaData.Builder |
dateDue(Instant dateDue)
The date and time CISA expects a fix to have been provided vulnerability.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCisaData.Builder action(String action)
The remediation action recommended by CISA for this vulnerability.
action - The remediation action recommended by CISA for this vulnerability.CisaData.Builder dateAdded(Instant dateAdded)
The date and time CISA added this vulnerability to their catalogue.
dateAdded - The date and time CISA added this vulnerability to their catalogue.CisaData.Builder dateDue(Instant dateDue)
The date and time CISA expects a fix to have been provided vulnerability.
dateDue - The date and time CISA expects a fix to have been provided vulnerability.Copyright © 2023. All rights reserved.