public static interface AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder,AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder |
max(Double max)
The maximum amount of memory per vCPU, in GiB.
|
AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder |
min(Double min)
The minimum amount of memory per vCPU, in GiB.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder max(Double max)
The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.
max - The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder min(Double min)
The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.
min - The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.Copyright © 2023. All rights reserved.