public static interface FindingHistoryUpdateSource.Builder extends SdkPojo, CopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource>
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryUpdateSource.Builder |
identity(String identity)
The identity of the source that initiated the finding change event.
|
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 |
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). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingHistoryUpdateSource.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).
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).FindingHistoryUpdateSourceType,
FindingHistoryUpdateSourceTypeFindingHistoryUpdateSource.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).
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).FindingHistoryUpdateSourceType,
FindingHistoryUpdateSourceTypeFindingHistoryUpdateSource.Builder identity(String identity)
The identity of the source that initiated the finding change event. For example, the Amazon Resource Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls BatchUpdateFindings.
identity - The identity of the source that initiated the finding change event. For example, the Amazon Resource
Name (ARN) of a partner that calls BatchImportFindings or of a customer that calls
BatchUpdateFindings.Copyright © 2023. All rights reserved.