public static interface DeviceMinutes.Builder extends CopyableBuilder<DeviceMinutes.Builder,DeviceMinutes>
Modifier and Type | Method and Description |
---|---|
DeviceMinutes.Builder |
metered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
|
DeviceMinutes.Builder |
total(Double total)
When specified, represents the total minutes used by the resource to run tests.
|
DeviceMinutes.Builder |
unmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
|
copy
applyMutation, build
DeviceMinutes.Builder total(Double total)
When specified, represents the total minutes used by the resource to run tests.
total
- When specified, represents the total minutes used by the resource to run tests.DeviceMinutes.Builder metered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.
metered
- When specified, represents only the sum of metered minutes used by the resource to run tests.DeviceMinutes.Builder unmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.
unmetered
- When specified, represents only the sum of unmetered minutes used by the resource to run tests.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.