pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSuiteDefinitionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn suite_definition_configuration(
self,
input: SuiteDefinitionConfiguration
) -> Self
pub fn suite_definition_configuration(
self,
input: SuiteDefinitionConfiguration
) -> Self
Creates a Device Advisor test suite with suite definition configuration.
sourcepub fn set_suite_definition_configuration(
self,
input: Option<SuiteDefinitionConfiguration>
) -> Self
pub fn set_suite_definition_configuration(
self,
input: Option<SuiteDefinitionConfiguration>
) -> Self
Creates a Device Advisor test suite with suite definition configuration.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags to be attached to the suite definition.
The tags to be attached to the suite definition.
sourcepub fn build(self) -> Result<CreateSuiteDefinitionInput, BuildError>
pub fn build(self) -> Result<CreateSuiteDefinitionInput, BuildError>
Consumes the builder and constructs a CreateSuiteDefinitionInput
.