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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
min
The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.
- Parameters:
min
- The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.
- Parameters:
max
- The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-