Interface FindingHistoryUpdate.Builder

  • Method Details

    • updatedField

      FindingHistoryUpdate.Builder updatedField(String updatedField)

      The ASFF field that changed during the finding change event.

      Parameters:
      updatedField - The ASFF field that changed during the finding change event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • oldValue

      The value of the ASFF field before the finding change event.

      Parameters:
      oldValue - The value of the ASFF field before the finding change event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newValue

      The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value if FindingHistoryRecord exceeds database limits.

      Parameters:
      newValue - The value of the ASFF field after the finding change event. To preserve storage and readability, Security Hub omits this value if FindingHistoryRecord exceeds database limits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.