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
Modifier and TypeMethodDescriptionThe maximum amount of memory per vCPU in GiB.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 Details
-
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
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.
-