Struct aws_sdk_ec2::output::modify_launch_template_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyLaunchTemplateOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn launch_template(self, input: LaunchTemplate) -> Self
pub fn launch_template(self, input: LaunchTemplate) -> Self
Information about the launch template.
sourcepub fn set_launch_template(self, input: Option<LaunchTemplate>) -> Self
pub fn set_launch_template(self, input: Option<LaunchTemplate>) -> Self
Information about the launch template.
sourcepub fn build(self) -> ModifyLaunchTemplateOutput
pub fn build(self) -> ModifyLaunchTemplateOutput
Consumes the builder and constructs a ModifyLaunchTemplateOutput
.