Struct aws_sdk_devicefarm::model::device::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Device
Implementations
The device's manufacturer name.
The device's manufacturer name.
The device's model ID.
The device's form factor.
Allowed values include:
-
PHONE
-
TABLET
The device's form factor.
Allowed values include:
-
PHONE
-
TABLET
The device's platform.
Allowed values include:
-
ANDROID
-
IOS
The device's platform.
Allowed values include:
-
ANDROID
-
IOS
The resolution of the device.
The resolution of the device.
The device's heap size, expressed in bytes.
The device's total memory size, expressed in bytes.
The device's carrier.
Specifies whether remote access has been enabled for the specified device.
Specifies whether remote access has been enabled for the specified device.
This flag is set to true if remote debugging is enabled for the
device.
Remote debugging is no longer supported.
This flag is set to true if remote debugging is enabled for the
device.
Remote debugging is no longer supported.
The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC.
The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC.
The name of the fleet to which this device belongs.
The name of the fleet to which this device belongs.
Appends an item to instances.
To override the contents of this collection use set_instances.
The instances that belong to this device.
The instances that belong to this device.
Indicates how likely a device is available for a test run. Currently available in the ListDevices and GetDevice API methods.
Indicates how likely a device is available for a test run. Currently available in the ListDevices and GetDevice API methods.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
