Interface FindingHistoryUpdateSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FindingHistoryUpdateSource.Builder,,FindingHistoryUpdateSource> SdkBuilder<FindingHistoryUpdateSource.Builder,,FindingHistoryUpdateSource> SdkPojo
- Enclosing class:
 FindingHistoryUpdateSource
public static interface FindingHistoryUpdateSource.Builder
extends SdkPojo, CopyableBuilder<FindingHistoryUpdateSource.Builder,FindingHistoryUpdateSource> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identity of the source that initiated the finding change event.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).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 inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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) orBatchUpdateFindings(by a Security Hub customer).- Parameters:
 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).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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) orBatchUpdateFindings(by a Security Hub customer).- Parameters:
 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).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -