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 theScanConditionPair.Builder avoiding the need to create
one manually via ScanConditionPair.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mapEquals(List.
mapEquals - a consumer that will call methods on
ScanConditionPair.Builder#mapEquals(java.util.Collection) Copyright © 2023. All rights reserved.