pub struct Builder { /* private fields */ }
Expand description
A builder for GetEnvironmentTemplateVersionInput
.
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 a version of which you want to get detailed data for.
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 a version of which you want to get detailed data for.
sourcepub fn major_version(self, input: impl Into<String>) -> Self
pub fn major_version(self, input: impl Into<String>) -> Self
To get environment template major version detail data, include major Version
.
sourcepub fn set_major_version(self, input: Option<String>) -> Self
pub fn set_major_version(self, input: Option<String>) -> Self
To get environment template major version detail data, include major Version
.
sourcepub fn minor_version(self, input: impl Into<String>) -> Self
pub fn minor_version(self, input: impl Into<String>) -> Self
To get environment template minor version detail data, include minorVersion
.
sourcepub fn set_minor_version(self, input: Option<String>) -> Self
pub fn set_minor_version(self, input: Option<String>) -> Self
To get environment template minor version detail data, include minorVersion
.
sourcepub fn build(self) -> Result<GetEnvironmentTemplateVersionInput, BuildError>
pub fn build(self) -> Result<GetEnvironmentTemplateVersionInput, BuildError>
Consumes the builder and constructs a GetEnvironmentTemplateVersionInput
.