Interface DeviceMinutes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>, SdkBuilder<DeviceMinutes.Builder,DeviceMinutes>, SdkPojo
Enclosing class:
DeviceMinutes

public static interface DeviceMinutes.Builder extends SdkPojo, CopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>
  • 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.