pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteServiceTemplateVersionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn template_name(self, input: impl Into<String>) -> Self
pub fn template_name(self, input: impl Into<String>) -> Self
The name of the service template.
sourcepub fn set_template_name(self, input: Option<String>) -> Self
pub fn set_template_name(self, input: Option<String>) -> Self
The name of the service template.
sourcepub fn major_version(self, input: impl Into<String>) -> Self
pub fn major_version(self, input: impl Into<String>) -> Self
The service template major version to delete.
sourcepub fn set_major_version(self, input: Option<String>) -> Self
pub fn set_major_version(self, input: Option<String>) -> Self
The service template major version to delete.
sourcepub fn minor_version(self, input: impl Into<String>) -> Self
pub fn minor_version(self, input: impl Into<String>) -> Self
The service template minor version to delete.
sourcepub fn set_minor_version(self, input: Option<String>) -> Self
pub fn set_minor_version(self, input: Option<String>) -> Self
The service template minor version to delete.
sourcepub fn build(self) -> Result<DeleteServiceTemplateVersionInput, BuildError>
pub fn build(self) -> Result<DeleteServiceTemplateVersionInput, BuildError>
Consumes the builder and constructs a DeleteServiceTemplateVersionInput
.