pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteSuiteDefinitionInput
.
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 deleted.
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 deleted.
sourcepub fn build(self) -> Result<DeleteSuiteDefinitionInput, BuildError>
pub fn build(self) -> Result<DeleteSuiteDefinitionInput, BuildError>
Consumes the builder and constructs a DeleteSuiteDefinitionInput
.