Interface ScanResourceCriteria.Builder

    • Method Detail

      • includeWithStrings

        ScanResourceCriteria.Builder includeWithStrings​(Map<String,​ScanCondition> include)

        Represents condition that when matched will allow a malware scan for a certain resource.

        Parameters:
        include - Represents condition that when matched will allow a malware scan for a certain resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        ScanResourceCriteria.Builder include​(Map<ScanCriterionKey,​ScanCondition> include)

        Represents condition that when matched will allow a malware scan for a certain resource.

        Parameters:
        include - Represents condition that when matched will allow a malware scan for a certain resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludeWithStrings

        ScanResourceCriteria.Builder excludeWithStrings​(Map<String,​ScanCondition> exclude)

        Represents condition that when matched will prevent a malware scan for a certain resource.

        Parameters:
        exclude - Represents condition that when matched will prevent a malware scan for a certain resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclude

        ScanResourceCriteria.Builder exclude​(Map<ScanCriterionKey,​ScanCondition> exclude)

        Represents condition that when matched will prevent a malware scan for a certain resource.

        Parameters:
        exclude - Represents condition that when matched will prevent a malware scan for a certain resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.