public static interface AwsSecurityFindingIdentifier.Builder extends SdkPojo, CopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFindingIdentifier.Builder |
id(String id)
The identifier of the finding that was specified by the finding provider.
|
AwsSecurityFindingIdentifier.Builder |
productArn(String productArn)
The ARN generated by Security Hub that uniquely identifies a product that generates findings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsSecurityFindingIdentifier.Builder id(String id)
The identifier of the finding that was specified by the finding provider.
id - The identifier of the finding that was specified by the finding provider.AwsSecurityFindingIdentifier.Builder productArn(String productArn)
The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.
productArn - The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can
be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom
integration.Copyright © 2023. All rights reserved.