Interface DeviceMinutes.Builder

  • Method Details

    • total

      When specified, represents the total minutes used by the resource to run tests.

      Parameters:
      total - When specified, represents the total minutes used by the resource to run tests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metered

      DeviceMinutes.Builder metered(Double metered)

      When specified, represents only the sum of metered minutes used by the resource to run tests.

      Parameters:
      metered - When specified, represents only the sum of metered minutes used by the resource to run tests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unmetered

      DeviceMinutes.Builder unmetered(Double unmetered)

      When specified, represents only the sum of unmetered minutes used by the resource to run tests.

      Parameters:
      unmetered - When specified, represents only the sum of unmetered minutes used by the resource to run tests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.