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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VCpuCountRange.Buildermax(Integer max)The maximum amount of vCPU.VCpuCountRange.Buildermin(Integer min)The minimum amount of vCPU.-
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, sdkFields
-
-
-
-
Method Detail
-
max
VCpuCountRange.Builder max(Integer max)
The maximum amount of vCPU.
- Parameters:
max- The maximum amount of vCPU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
min
VCpuCountRange.Builder min(Integer min)
The minimum amount of vCPU.
- Parameters:
min- The minimum amount of vCPU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-