Interface Ec2Configuration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Ec2Configuration.Builder,,Ec2Configuration> SdkBuilder<Ec2Configuration.Builder,,Ec2Configuration> SdkPojo
- Enclosing class:
 Ec2Configuration
public static interface Ec2Configuration.Builder
extends SdkPojo, CopyableBuilder<Ec2Configuration.Builder,Ec2Configuration> 
- 
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.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:
 
 
 -