Struct aws_sdk_iot1clickprojects::input::associate_device_with_placement_input::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AssociateDeviceWithPlacementInput
Implementations
The name of the project containing the placement in which to associate the device.
The name of the project containing the placement in which to associate the device.
The name of the placement in which to associate the device.
The name of the placement in which to associate the device.
The ID of the physical device to be associated with the given placement in the project.
Note that a mandatory 4 character prefix is required for all deviceId
values.
The ID of the physical device to be associated with the given placement in the project.
Note that a mandatory 4 character prefix is required for all deviceId
values.
The device template name to associate with the device ID.
The device template name to associate with the device ID.
Consumes the builder and constructs a AssociateDeviceWithPlacementInput
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
