| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.builder() |
FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.Builder.identity(String identity)
The identity of the source that initiated the finding change event.
|
FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.toBuilder() |
FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.Builder.type(FindingHistoryUpdateSourceType type)
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner
integration) or
BatchUpdateFindings (by a Security Hub customer). |
FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.Builder.type(String type)
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner
integration) or
BatchUpdateFindings (by a Security Hub customer). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FindingHistoryUpdateSource.Builder> |
FindingHistoryUpdateSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FindingHistoryRecord.Builder |
FindingHistoryRecord.Builder.updateSource(Consumer<FindingHistoryUpdateSource.Builder> updateSource)
Identifies the source of the event that changed the finding.
|
Copyright © 2023. All rights reserved.