Struct aws_sdk_ec2::model::create_fleet_instance::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateFleetInstance
Implementations
pub fn launch_template_and_overrides(
self,
input: LaunchTemplateAndOverridesResponse
) -> Self
pub fn launch_template_and_overrides(
self,
input: LaunchTemplateAndOverridesResponse
) -> Self
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
pub fn set_launch_template_and_overrides(
self,
input: Option<LaunchTemplateAndOverridesResponse>
) -> Self
pub fn set_launch_template_and_overrides(
self,
input: Option<LaunchTemplateAndOverridesResponse>
) -> Self
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
Appends an item to instance_ids
.
To override the contents of this collection use set_instance_ids
.
The IDs of the instances.
The IDs of the instances.
The instance type.
The instance type.
The value is Windows
for Windows instances. Otherwise, the value is blank.
The value is Windows
for Windows instances. Otherwise, the value is blank.
Consumes the builder and constructs a CreateFleetInstance
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