Interface FindingHistoryUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FindingHistoryUpdate.Builder,
,FindingHistoryUpdate> SdkBuilder<FindingHistoryUpdate.Builder,
,FindingHistoryUpdate> SdkPojo
- Enclosing class:
FindingHistoryUpdate
public static interface FindingHistoryUpdate.Builder
extends SdkPojo, CopyableBuilder<FindingHistoryUpdate.Builder,FindingHistoryUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe value of the ASFF field after the finding change event.The value of the ASFF field before the finding change event.updatedField
(String updatedField) The ASFF field that changed during the finding change event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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 ifFindingHistoryRecord
exceeds database limits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-