public static interface ScanCondition.Builder extends SdkPojo, CopyableBuilder<ScanCondition.Builder,ScanCondition>
| Modifier and Type | Method and Description |
|---|---|
ScanCondition.Builder |
mapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.
|
ScanCondition.Builder |
mapEquals(Consumer<ScanConditionPair.Builder>... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.
|
ScanCondition.Builder |
mapEquals(ScanConditionPair... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware
scan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScanCondition.Builder mapEquals(Collection<ScanConditionPair> mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for
malware scan.ScanCondition.Builder mapEquals(ScanConditionPair... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
mapEquals - Represents an mapEqual condition to be applied to a single field when triggering for
malware scan.ScanCondition.Builder mapEquals(Consumer<ScanConditionPair.Builder>... mapEquals)
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #mapEquals(List) .mapEquals - a consumer that will call methods on List.Builder #mapEquals(List) Copyright © 2022. All rights reserved.