Struct aws_sdk_ec2::model::fleet_launch_template_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FleetLaunchTemplateConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn launch_template_specification(
self,
input: FleetLaunchTemplateSpecification
) -> Self
pub fn launch_template_specification(
self,
input: FleetLaunchTemplateSpecification
) -> Self
The launch template.
sourcepub fn set_launch_template_specification(
self,
input: Option<FleetLaunchTemplateSpecification>
) -> Self
pub fn set_launch_template_specification(
self,
input: Option<FleetLaunchTemplateSpecification>
) -> Self
The launch template.
sourcepub fn overrides(self, input: FleetLaunchTemplateOverrides) -> Self
pub fn overrides(self, input: FleetLaunchTemplateOverrides) -> Self
Appends an item to overrides
.
To override the contents of this collection use set_overrides
.
Any parameters that you specify override the same parameters in the launch template.
sourcepub fn set_overrides(
self,
input: Option<Vec<FleetLaunchTemplateOverrides>>
) -> Self
pub fn set_overrides(
self,
input: Option<Vec<FleetLaunchTemplateOverrides>>
) -> Self
Any parameters that you specify override the same parameters in the launch template.
sourcepub fn build(self) -> FleetLaunchTemplateConfig
pub fn build(self) -> FleetLaunchTemplateConfig
Consumes the builder and constructs a FleetLaunchTemplateConfig
.