Interface ScanAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScanAction.Builder,,ScanAction> SdkBuilder<ScanAction.Builder,,ScanAction> SdkPojo
- Enclosing class:
ScanAction
@Mutable
@NotThreadSafe
public static interface ScanAction.Builder
extends SdkPojo, CopyableBuilder<ScanAction.Builder,ScanAction>
-
Method Summary
Modifier and TypeMethodDescriptionmalwareScanner(String malwareScanner) The malware scanner to use for the scan action.malwareScanner(MalwareScanner malwareScanner) The malware scanner to use for the scan action.The scanning mode to use for the scan action.The scanning mode to use for the scan action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
malwareScanner
The malware scanner to use for the scan action. Currently only
GUARDDUTYis supported.- Parameters:
malwareScanner- The malware scanner to use for the scan action. Currently onlyGUARDDUTYis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
malwareScanner
The malware scanner to use for the scan action. Currently only
GUARDDUTYis supported.- Parameters:
malwareScanner- The malware scanner to use for the scan action. Currently onlyGUARDDUTYis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanMode
The scanning mode to use for the scan action.
Valid values:
FULL_SCAN|INCREMENTAL_SCAN.- Parameters:
scanMode- The scanning mode to use for the scan action.Valid values:
FULL_SCAN|INCREMENTAL_SCAN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanMode
The scanning mode to use for the scan action.
Valid values:
FULL_SCAN|INCREMENTAL_SCAN.- Parameters:
scanMode- The scanning mode to use for the scan action.Valid values:
FULL_SCAN|INCREMENTAL_SCAN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-