pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateSuiteDefinitionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn suite_definition_id(self, input: impl Into<String>) -> Self
pub fn suite_definition_id(self, input: impl Into<String>) -> Self
Suite definition ID of the test suite to be updated.
sourcepub fn set_suite_definition_id(self, input: Option<String>) -> Self
pub fn set_suite_definition_id(self, input: Option<String>) -> Self
Suite definition ID of the test suite to be updated.
sourcepub fn suite_definition_configuration(
self,
input: SuiteDefinitionConfiguration
) -> Self
pub fn suite_definition_configuration(
self,
input: SuiteDefinitionConfiguration
) -> Self
Updates 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
Updates a Device Advisor test suite with suite definition configuration.
sourcepub fn build(self) -> Result<UpdateSuiteDefinitionInput, BuildError>
pub fn build(self) -> Result<UpdateSuiteDefinitionInput, BuildError>
Consumes the builder and constructs a UpdateSuiteDefinitionInput
.