Interface MemoryMiBRequest.Builder

    • Method Detail

      • min

        MemoryMiBRequest.Builder min​(Integer min)

        The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.

        Parameters:
        min - The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        MemoryMiBRequest.Builder max​(Integer max)

        The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.

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