Interface AcceleratorTotalMemoryMiB.Builder

    • Method Detail

      • min

        AcceleratorTotalMemoryMiB.Builder min​(Integer min)

        The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.

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

        AcceleratorTotalMemoryMiB.Builder max​(Integer max)

        The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

        Parameters:
        max - The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.