pub struct Builder { /* private fields */ }
Expand description
A builder for CreateLaunchTemplateVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn launch_template_version(self, input: LaunchTemplateVersion) -> Self
pub fn launch_template_version(self, input: LaunchTemplateVersion) -> Self
Information about the launch template version.
sourcepub fn set_launch_template_version(
self,
input: Option<LaunchTemplateVersion>
) -> Self
pub fn set_launch_template_version(
self,
input: Option<LaunchTemplateVersion>
) -> Self
Information about the launch template version.
sourcepub fn warning(self, input: ValidationWarning) -> Self
pub fn warning(self, input: ValidationWarning) -> Self
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
sourcepub fn set_warning(self, input: Option<ValidationWarning>) -> Self
pub fn set_warning(self, input: Option<ValidationWarning>) -> Self
If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
sourcepub fn build(self) -> CreateLaunchTemplateVersionOutput
pub fn build(self) -> CreateLaunchTemplateVersionOutput
Consumes the builder and constructs a CreateLaunchTemplateVersionOutput
.