Interface VCpuCountRangeRequest.Builder

    • Method Detail

      • min

        VCpuCountRangeRequest.Builder min​(Integer min)

        The minimum number of vCPUs. To specify no minimum limit, specify 0.

        Parameters:
        min - The minimum number of vCPUs. To specify no minimum limit, specify 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        VCpuCountRangeRequest.Builder max​(Integer max)

        The maximum number of vCPUs. To specify no maximum limit, omit this parameter.

        Parameters:
        max - The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.