| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingHistoryRecord.Builder |
FindingHistoryRecord.builder() |
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.findingCreated(Boolean findingCreated)
Identifies whether the event marks the creation of a new finding.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)
Sets the value of the FindingIdentifier property for this object.
|
default FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.findingIdentifier(Consumer<AwsSecurityFindingIdentifier.Builder> findingIdentifier)
Sets the value of the FindingIdentifier property for this object.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.nextToken(String nextToken)
A token for pagination purposes.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.toBuilder() |
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updates(Collection<FindingHistoryUpdate> updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of
the field after the change.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updates(Consumer<FindingHistoryUpdate.Builder>... updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of
the field after the change.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updates(FindingHistoryUpdate... updates)
An array of objects that provides details about the finding change event, including the Amazon Web Services
Security Finding Format (ASFF) field that changed, the value of the field before the change, and the value of
the field after the change.
|
default FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updateSource(Consumer<FindingHistoryUpdateSource.Builder> updateSource)
Identifies the source of the event that changed the finding.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updateSource(FindingHistoryUpdateSource updateSource)
Identifies the source of the event that changed the finding.
|
FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updateTime(Instant updateTime)
An ISO 8601-formatted timestamp that indicates when Security Hub processed the updated finding record.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingHistoryRecord.Builder> |
FindingHistoryRecord.serializableBuilderClass() |
Copyright © 2023. All rights reserved.