Interface Ec2Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Ec2Configuration.Builder,,Ec2Configuration> SdkBuilder<Ec2Configuration.Builder,,Ec2Configuration> SdkPojo
- Enclosing class:
Ec2Configuration
@Mutable
@NotThreadSafe
public static interface Ec2Configuration.Builder
extends SdkPojo, CopyableBuilder<Ec2Configuration.Builder,Ec2Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionactivateVMScanner(Boolean activateVMScanner) Whether to activate Amazon Inspector VM scanner for Amazon EC2 scanning.The scan method that is applied to the instance.scanMode(Ec2ScanMode scanMode) The scan method that is applied to the instance.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
-
scanMode
The scan method that is applied to the instance.
- Parameters:
scanMode- The scan method that is applied to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanMode
The scan method that is applied to the instance.
- Parameters:
scanMode- The scan method that is applied to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
activateVMScanner
Whether to activate Amazon Inspector VM scanner for Amazon EC2 scanning.
- Parameters:
activateVMScanner- Whether to activate Amazon Inspector VM scanner for Amazon EC2 scanning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-