Struct aws_sdk_iotdeviceadvisor::model::suite_definition_information::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SuiteDefinitionInformation
Implementations
Suite definition Id of the test suite.
Suite definition Id of the test suite.
Suite name of the test suite.
Suite name of the test suite.
Appends an item to default_devices
.
To override the contents of this collection use set_default_devices
.
Specifies the devices under test for the test suite.
Specifies the devices under test for the test suite.
Specifies if the test suite is intended for qualification.
Specifies if the test suite is intended for qualification.
Date (in Unix epoch time) when the test suite was created.
Date (in Unix epoch time) when the test suite was created.
Consumes the builder and constructs a SuiteDefinitionInformation
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