Interface MemoryGiBPerVCpuRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryGiBPerVCpuRequest.Builder,MemoryGiBPerVCpuRequest>,SdkBuilder<MemoryGiBPerVCpuRequest.Builder,MemoryGiBPerVCpuRequest>,SdkPojo
- Enclosing class:
- MemoryGiBPerVCpuRequest
@Mutable @NotThreadSafe public static interface MemoryGiBPerVCpuRequest.Builder extends SdkPojo, CopyableBuilder<MemoryGiBPerVCpuRequest.Builder,MemoryGiBPerVCpuRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryGiBPerVCpuRequest.Buildermax(Double max)The maximum amount of memory per vCPU in GiB.MemoryGiBPerVCpuRequest.Buildermin(Double min)The minimum amount of memory per vCPU in GiB.-
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 Detail
-
min
MemoryGiBPerVCpuRequest.Builder min(Double min)
The minimum amount of memory per vCPU in GiB. Instance types with a lower memory-to-vCPU ratio are excluded from selection.
- Parameters:
min- The minimum amount of memory per vCPU in GiB. Instance types with a lower memory-to-vCPU ratio are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
MemoryGiBPerVCpuRequest.Builder max(Double max)
The maximum amount of memory per vCPU in GiB. Instance types with a higher memory-to-vCPU ratio are excluded from selection.
- Parameters:
max- The maximum amount of memory per vCPU in GiB. Instance types with a higher memory-to-vCPU ratio are excluded from selection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-