Interface Ec2ScanModeState.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Ec2ScanModeState.Builder,,- Ec2ScanModeState> - SdkBuilder<Ec2ScanModeState.Builder,,- Ec2ScanModeState> - SdkPojo
- Enclosing class:
- Ec2ScanModeState
@Mutable
@NotThreadSafe
public static interface Ec2ScanModeState.Builder
extends SdkPojo, CopyableBuilder<Ec2ScanModeState.Builder,Ec2ScanModeState> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scanModeThe 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:
 
- 
scanModeThe 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:
 
- 
scanModeStatusThe 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:
 
- 
scanModeStatusThe 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:
 
 
-