Interface AwsSecurityFindingIdentifier.Builder

    • 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.