Interface VCpuCountRangeRequest.Builder

    • Method Detail

      • min

        VCpuCountRangeRequest.Builder min​(Integer min)

        The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.

        Parameters:
        min - The minimum number of vCPUs. Instance types with fewer vCPUs than this value are excluded from selection.
        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. Instance types with more vCPUs than this value are excluded from selection.

        Parameters:
        max - The maximum number of vCPUs. Instance types with more vCPUs than this value are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.