Interface VCpuCountRangeRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VCpuCountRangeRequest.Builder,,VCpuCountRangeRequest> SdkBuilder<VCpuCountRangeRequest.Builder,,VCpuCountRangeRequest> SdkPojo
- Enclosing class:
 VCpuCountRangeRequest
@Mutable
@NotThreadSafe
public static interface VCpuCountRangeRequest.Builder
extends SdkPojo, CopyableBuilder<VCpuCountRangeRequest.Builder,VCpuCountRangeRequest> 
- 
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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
min
The minimum number of vCPUs. To specify no minimum limit, specify
0.- Parameters:
 min- The minimum number of vCPUs. To specify no minimum limit, specify0.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
max
The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
- Parameters:
 max- The maximum number of vCPUs. To specify no maximum limit, omit this parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -