Interface TotalLocalStorageGBRequest.Builder

    • Method Detail

      • min

        TotalLocalStorageGBRequest.Builder min​(Double min)

        The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

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

        TotalLocalStorageGBRequest.Builder max​(Double max)

        The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

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