Interface Ec2ScanModeState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Ec2ScanModeState.Builder,
,Ec2ScanModeState> SdkBuilder<Ec2ScanModeState.Builder,
,Ec2ScanModeState> SdkPojo
- Enclosing class:
Ec2ScanModeState
public static interface Ec2ScanModeState.Builder
extends SdkPojo, CopyableBuilder<Ec2ScanModeState.Builder,Ec2ScanModeState>
-
Method Summary
Modifier and TypeMethodDescriptionThe scan method that is applied to the instance.scanMode
(Ec2ScanMode scanMode) The scan method that is applied to the instance.scanModeStatus
(String scanModeStatus) The status of the Amazon EC2 scan mode setting.scanModeStatus
(Ec2ScanModeStatus scanModeStatus) The status of the Amazon EC2 scan mode setting.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
-
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:
-
scanModeStatus
The status of the Amazon EC2 scan mode setting.
- Parameters:
scanModeStatus
- The status of the Amazon EC2 scan mode setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scanModeStatus
The status of the Amazon EC2 scan mode setting.
- Parameters:
scanModeStatus
- The status of the Amazon EC2 scan mode setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-