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 Details

    • 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.