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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingHistoryUpdate.BuildernewValue(String newValue)The value of the ASFF field after the finding change event.FindingHistoryUpdate.BuilderoldValue(String oldValue)The value of the ASFF field before the finding change event.FindingHistoryUpdate.BuilderupdatedField(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, sdkFieldNameToField, sdkFields
-
-
-
-
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
FindingHistoryRecordexceeds 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 ifFindingHistoryRecordexceeds database limits.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-