Interface ScanCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScanCondition.Builder,
,ScanCondition> SdkBuilder<ScanCondition.Builder,
,ScanCondition> SdkPojo
- Enclosing class:
ScanCondition
public static interface ScanCondition.Builder
extends SdkPojo, CopyableBuilder<ScanCondition.Builder,ScanCondition>
-
Method Summary
Modifier and TypeMethodDescriptionmapEquals
(Collection<ScanConditionPair> mapEquals) Represents an mapEqual condition to be applied to a single field when triggering for malware scan.mapEquals
(Consumer<ScanConditionPair.Builder>... mapEquals) Represents an mapEqual condition to be applied to a single field when triggering for malware scan.mapEquals
(ScanConditionPair... mapEquals) Represents an mapEqual condition to be applied to a single field when triggering for malware scan.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
mapEquals
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
- Parameters:
mapEquals
- Represents an mapEqual condition to be applied to a single field when triggering for malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapEquals
Represents an mapEqual condition to be applied to a single field when triggering for malware scan.
- Parameters:
mapEquals
- Represents an mapEqual condition to be applied to a single field when triggering for malware scan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaScanConditionPair.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomapEquals(List<ScanConditionPair>)
.- Parameters:
mapEquals
- a consumer that will call methods onScanConditionPair.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-