Struct aws_sdk_ec2::model::fleet_launch_template_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for FleetLaunchTemplateSpecification
Implementations
The ID of the launch template. If you specify the template ID, you can't specify the template name.
The ID of the launch template. If you specify the template ID, you can't specify the template name.
The name of the launch template. If you specify the template name, you can't specify the template ID.
The name of the launch template. If you specify the template name, you can't specify the template ID.
The launch template version number, $Latest
, or $Default
.
You must specify a value, otherwise the request fails.
If the value is $Latest
, Amazon EC2 uses the latest version of the launch
template.
If the value is $Default
, Amazon EC2 uses the default version of the launch
template.
The launch template version number, $Latest
, or $Default
.
You must specify a value, otherwise the request fails.
If the value is $Latest
, Amazon EC2 uses the latest version of the launch
template.
If the value is $Default
, Amazon EC2 uses the default version of the launch
template.
Consumes the builder and constructs a FleetLaunchTemplateSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more