pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEnvironmentTemplateVersionInput
.
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 environment 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 environment template.
sourcepub fn major_version(self, input: impl Into<String>) -> Self
pub fn major_version(self, input: impl Into<String>) -> Self
The environment 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 environment 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 environment 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 environment template minor version to delete.
sourcepub fn build(self) -> Result<DeleteEnvironmentTemplateVersionInput, BuildError>
pub fn build(self) -> Result<DeleteEnvironmentTemplateVersionInput, BuildError>
Consumes the builder and constructs a DeleteEnvironmentTemplateVersionInput
.