Interface ScanCondition.Builder

    • Method Detail

      • mapEquals

        ScanCondition.Builder mapEquals​(Collection<ScanConditionPair> mapEquals)

        Represents an mapEqual condition to be applied to a single field when triggering for malware scan.

        Parameters:
        mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapEquals

        ScanCondition.Builder mapEquals​(ScanConditionPair... mapEquals)

        Represents an mapEqual condition to be applied to a single field when triggering for malware scan.

        Parameters:
        mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.