Interface AwsSecurityFindingIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>,SdkBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>,SdkPojo
- Enclosing class:
- AwsSecurityFindingIdentifier
public static interface AwsSecurityFindingIdentifier.Builder extends SdkPojo, CopyableBuilder<AwsSecurityFindingIdentifier.Builder,AwsSecurityFindingIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsSecurityFindingIdentifier.Builderid(String id)The identifier of the finding that was specified by the finding provider.AwsSecurityFindingIdentifier.BuilderproductArn(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 Detail
-
id
AwsSecurityFindingIdentifier.Builder id(String 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
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.
- 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.
-
-