Interface ScanResourceCriteria.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScanResourceCriteria.Builder,ScanResourceCriteria>, SdkBuilder<ScanResourceCriteria.Builder,ScanResourceCriteria>, SdkPojo
Enclosing class:
ScanResourceCriteria

public static interface ScanResourceCriteria.Builder extends SdkPojo, CopyableBuilder<ScanResourceCriteria.Builder,ScanResourceCriteria>
  • Method Details

    • 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

      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

      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.