Interface AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder

    • Method Detail

      • max

        AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder max​(Double max)

        The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.

        Parameters:
        max - The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails.Builder min​(Double min)

        The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.

        Parameters:
        min - The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.