Interface FindingHistoryUpdate.Builder

    • Method Detail

      • 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

        FindingHistoryUpdate.Builder oldValue​(String 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

        FindingHistoryUpdate.Builder newValue​(String 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.