Struct aws_sdk_iot1clickprojects::model::device_template::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeviceTemplate.
Implementations§
source§impl Builder
impl Builder
sourcepub fn device_type(self, input: impl Into<String>) -> Self
pub fn device_type(self, input: impl Into<String>) -> Self
The device type, which currently must be "button".
sourcepub fn set_device_type(self, input: Option<String>) -> Self
pub fn set_device_type(self, input: Option<String>) -> Self
The device type, which currently must be "button".
sourcepub fn callback_overrides(
self,
k: impl Into<String>,
v: impl Into<String>
) -> Self
pub fn callback_overrides(
self,
k: impl Into<String>,
v: impl Into<String>
) -> Self
Adds a key-value pair to callback_overrides.
To override the contents of this collection use set_callback_overrides.
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
sourcepub fn set_callback_overrides(
self,
input: Option<HashMap<String, String>>
) -> Self
pub fn set_callback_overrides(
self,
input: Option<HashMap<String, String>>
) -> Self
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
sourcepub fn build(self) -> DeviceTemplate
pub fn build(self) -> DeviceTemplate
Consumes the builder and constructs a DeviceTemplate.