public static interface FindingHistoryUpdate.Builder extends SdkPojo, CopyableBuilder<FindingHistoryUpdate.Builder,FindingHistoryUpdate>
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryUpdate.Builder |
newValue(String newValue)
The value of the ASFF field after the finding change event.
|
FindingHistoryUpdate.Builder |
oldValue(String oldValue)
The value of the ASFF field before the finding change event.
|
FindingHistoryUpdate.Builder |
updatedField(String updatedField)
The ASFF field that changed during the finding change event.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingHistoryUpdate.Builder updatedField(String updatedField)
The ASFF field that changed during the finding change event.
updatedField - The ASFF field that changed during the finding change event.FindingHistoryUpdate.Builder oldValue(String oldValue)
The value of the ASFF field before the finding change event.
oldValue - The value of the ASFF field before the finding change event.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.
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.Copyright © 2023. All rights reserved.