Struct aws_sdk_devicefarm::model::device_instance::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DeviceInstance
Implementations
The Amazon Resource Name (ARN) of the device instance.
The Amazon Resource Name (ARN) of the device instance.
The ARN of the device.
The ARN of the device.
Appends an item to labels.
To override the contents of this collection use set_labels.
An array of strings that describe the device instance.
An array of strings that describe the device instance.
The status of the device instance. Valid values are listed here.
The status of the device instance. Valid values are listed here.
Unique device identifier for the device instance.
Unique device identifier for the device instance.
A object that contains information about the instance profile.
A object that contains information about the instance profile.
Consumes the builder and constructs a DeviceInstance
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
