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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceMinutes.Buildermetered(Double metered)When specified, represents only the sum of metered minutes used by the resource to run tests.DeviceMinutes.Buildertotal(Double total)When specified, represents the total minutes used by the resource to run tests.DeviceMinutes.Builderunmetered(Double unmetered)When specified, represents only the sum of unmetered minutes used by the resource to run tests.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
total
DeviceMinutes.Builder total(Double 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.
-
-