Struct aws_sdk_iotdeviceadvisor::model::suite_definition_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SuiteDefinitionConfiguration
Implementations
Gets Suite Definition Configuration name.
Gets Suite Definition Configuration name.
Appends an item to devices
.
To override the contents of this collection use set_devices
.
Gets the devices configured.
Gets the devices configured.
Gets the tests intended for qualification in a suite.
Gets the tests intended for qualification in a suite.
Gets test suite root group.
Gets test suite root group.
Gets device permission arn.
Gets device permission arn.
Consumes the builder and constructs a SuiteDefinitionConfiguration
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