Interface SqlInjectionMatchSet.Builder

    • Method Detail

      • name

        SqlInjectionMatchSet.Builder name​(String name)

        The name, if any, of the SqlInjectionMatchSet.

        Parameters:
        name - The name, if any, of the SqlInjectionMatchSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqlInjectionMatchTuples

        SqlInjectionMatchSet.Builder sqlInjectionMatchTuples​(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)

        Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

        Parameters:
        sqlInjectionMatchTuples - Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqlInjectionMatchTuples

        SqlInjectionMatchSet.Builder sqlInjectionMatchTuples​(SqlInjectionMatchTuple... sqlInjectionMatchTuples)

        Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.

        Parameters:
        sqlInjectionMatchTuples - Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.