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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingHistoryUpdateSource.Builderidentity(String identity)The identity of the source that initiated the finding change event.FindingHistoryUpdateSource.Buildertype(String type)Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).FindingHistoryUpdateSource.Buildertype(FindingHistoryUpdateSourceType type)Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Services service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
FindingHistoryUpdateSource.Builder type(String type)
Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services 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 Services 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:
FindingHistoryUpdateSourceType,FindingHistoryUpdateSourceType
-
type
FindingHistoryUpdateSource.Builder type(FindingHistoryUpdateSourceType type)
Describes the type of finding change event, such as a call to
BatchImportFindings(by an integrated Amazon Web Services 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 Services 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:
FindingHistoryUpdateSourceType,FindingHistoryUpdateSourceType
-
identity
FindingHistoryUpdateSource.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.
- 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.
-
-