Interface TotalLocalStorageGBRequest.Builder

    • Method Detail

      • min

        TotalLocalStorageGBRequest.Builder min​(Double min)

        The minimum total local storage in GB. Instance types with less local storage are excluded from selection.

        Parameters:
        min - The minimum total local storage in GB. Instance types with less local storage are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        TotalLocalStorageGBRequest.Builder max​(Double max)

        The maximum total local storage in GB. Instance types with more local storage are excluded from selection.

        Parameters:
        max - The maximum total local storage in GB. Instance types with more local storage are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.