Struct aws_sdk_iotdeviceadvisor::model::device_under_test::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeviceUnderTest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_thing_arn(self, input: Option<String>) -> Self
pub fn set_thing_arn(self, input: Option<String>) -> Self
Lists devices thing ARN.
sourcepub fn certificate_arn(self, input: impl Into<String>) -> Self
pub fn certificate_arn(self, input: impl Into<String>) -> Self
Lists devices certificate ARN.
sourcepub fn set_certificate_arn(self, input: Option<String>) -> Self
pub fn set_certificate_arn(self, input: Option<String>) -> Self
Lists devices certificate ARN.
sourcepub fn build(self) -> DeviceUnderTest
pub fn build(self) -> DeviceUnderTest
Consumes the builder and constructs a DeviceUnderTest
.