Interface AcceleratorTotalMemoryMiBRequest.Builder

    • Method Detail

      • min

        AcceleratorTotalMemoryMiBRequest.Builder min​(Integer min)

        The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.

        Parameters:
        min - The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        AcceleratorTotalMemoryMiBRequest.Builder max​(Integer max)

        The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.

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