Struct aws_sdk_ec2::output::disable_fast_launch_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DisableFastLaunchOutput
Implementations
The ID of the image for which faster-launching has been turned off.
The ID of the image for which faster-launching has been turned off.
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.
pub fn set_snapshot_configuration(
self,
input: Option<FastLaunchSnapshotConfigurationResponse>
) -> Self
pub fn set_snapshot_configuration(
self,
input: Option<FastLaunchSnapshotConfigurationResponse>
) -> Self
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
pub fn set_launch_template(
self,
input: Option<FastLaunchLaunchTemplateSpecificationResponse>
) -> Self
pub fn set_launch_template(
self,
input: Option<FastLaunchLaunchTemplateSpecificationResponse>
) -> Self
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
The maximum number of parallel instances to launch for creating resources.
The maximum number of parallel instances to launch for creating resources.
The owner of the Windows AMI for which faster launching was turned off.
The owner of the Windows AMI for which faster launching was turned off.
The current state of faster launching for the specified Windows AMI.
The current state of faster launching for the specified Windows AMI.
The reason that the state changed for faster launching for the Windows AMI.
The reason that the state changed for faster launching for the Windows AMI.
The time that the state changed for faster launching for the Windows AMI.
The time that the state changed for faster launching for the Windows AMI.
Consumes the builder and constructs a DisableFastLaunchOutput
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