Uses of Interface
software.amazon.awssdk.services.securityhub.model.FindingHistoryUpdateSource.Builder
-
Packages that use FindingHistoryUpdateSource.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of FindingHistoryUpdateSource.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return FindingHistoryUpdateSource.Builder Modifier and Type Method Description static FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource. builder()FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource.Builder. identity(String identity)The identity of the source that initiated the finding change event.FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource. toBuilder()FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource.Builder. type(String type)Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource.Builder. type(FindingHistoryUpdateSourceType type)Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FindingHistoryUpdateSource.Builder Modifier and Type Method Description static Class<? extends FindingHistoryUpdateSource.Builder>FindingHistoryUpdateSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type FindingHistoryUpdateSource.Builder Modifier and Type Method Description default FindingHistoryRecord.BuilderFindingHistoryRecord.Builder. updateSource(Consumer<FindingHistoryUpdateSource.Builder> updateSource)Identifies the source of the event that changed the finding.
-