Interface VCpuCountRange.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VCpuCountRange.Builder,,VCpuCountRange> SdkBuilder<VCpuCountRange.Builder,,VCpuCountRange> SdkPojo
- Enclosing class:
 VCpuCountRange
public static interface VCpuCountRange.Builder
extends SdkPojo, CopyableBuilder<VCpuCountRange.Builder,VCpuCountRange> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of vCPUs.The minimum number of vCPUs.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, sdkFields 
- 
Method Details
- 
min
The minimum number of vCPUs. If the value is
0, there is no minimum limit.- Parameters:
 min- The minimum number of vCPUs. If the value is0, there is no minimum limit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
- Parameters:
 max- The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -