Interface AwsSecurityFindingIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsSecurityFindingIdentifier.Builder,
,AwsSecurityFindingIdentifier> SdkBuilder<AwsSecurityFindingIdentifier.Builder,
,AwsSecurityFindingIdentifier> SdkPojo
- Enclosing class:
AwsSecurityFindingIdentifier
@Mutable
@NotThreadSafe
public static interface AwsSecurityFindingIdentifier.Builder
extends SdkPojo, CopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the finding that was specified by the finding provider.productArn
(String productArn) The ARN generated by Security Hub that uniquely identifies a product that generates findings.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 Details
-
id
The identifier of the finding that was specified by the finding provider.
- Parameters:
id
- The identifier of the finding that was specified by the finding provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-