Interface MemoryMiBRange.Builder

    • Method Detail

      • max

        MemoryMiBRange.Builder max​(Integer max)

        The maximum amount of memory (in MiB).

        Parameters:
        max - The maximum amount of memory (in MiB).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • min

        MemoryMiBRange.Builder min​(Integer min)

        The minimum amount of memory (in MiB).

        Parameters:
        min - The minimum amount of memory (in MiB).
        Returns:
        Returns a reference to this object so that method calls can be chained together.