public static interface ScanResourceCriteria.Builder extends SdkPojo, CopyableBuilder<ScanResourceCriteria.Builder,ScanResourceCriteria>
| Modifier and Type | Method and Description |
|---|---|
ScanResourceCriteria.Builder |
exclude(Map<ScanCriterionKey,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
excludeWithStrings(Map<String,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
include(Map<ScanCriterionKey,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
ScanResourceCriteria.Builder |
includeWithStrings(Map<String,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanResourceCriteria.Builder includeWithStrings(Map<String,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
include - Represents condition that when matched will allow a malware scan for a certain resource.ScanResourceCriteria.Builder include(Map<ScanCriterionKey,ScanCondition> include)
Represents condition that when matched will allow a malware scan for a certain resource.
include - Represents condition that when matched will allow a malware scan for a certain resource.ScanResourceCriteria.Builder excludeWithStrings(Map<String,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
exclude - Represents condition that when matched will prevent a malware scan for a certain resource.ScanResourceCriteria.Builder exclude(Map<ScanCriterionKey,ScanCondition> exclude)
Represents condition that when matched will prevent a malware scan for a certain resource.
exclude - Represents condition that when matched will prevent a malware scan for a certain resource.Copyright © 2022. All rights reserved.