Struct aws_sdk_ec2::model::scheduled_instances_launch_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ScheduledInstancesLaunchSpecification
Implementations
pub fn block_device_mappings(
self,
input: impl Into<ScheduledInstancesBlockDeviceMapping>
) -> Self
pub fn block_device_mappings(
self,
input: impl Into<ScheduledInstancesBlockDeviceMapping>
) -> Self
Appends an item to block_device_mappings
.
To override the contents of this collection use set_block_device_mappings
.
The block device mapping entries.
pub fn set_block_device_mappings(
self,
input: Option<Vec<ScheduledInstancesBlockDeviceMapping>>
) -> Self
pub fn set_block_device_mappings(
self,
input: Option<Vec<ScheduledInstancesBlockDeviceMapping>>
) -> Self
The block device mapping entries.
Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
Default: false
The IAM instance profile.
pub fn set_iam_instance_profile(
self,
input: Option<ScheduledInstancesIamInstanceProfile>
) -> Self
pub fn set_iam_instance_profile(
self,
input: Option<ScheduledInstancesIamInstanceProfile>
) -> Self
The IAM instance profile.
The ID of the Amazon Machine Image (AMI).
The ID of the Amazon Machine Image (AMI).
The instance type.
The instance type.
The ID of the kernel.
The name of the key pair.
Enable or disable monitoring for the instances.
Enable or disable monitoring for the instances.
Appends an item to network_interfaces
.
To override the contents of this collection use set_network_interfaces
.
The network interfaces.
pub fn set_network_interfaces(
self,
input: Option<Vec<ScheduledInstancesNetworkInterface>>
) -> Self
pub fn set_network_interfaces(
self,
input: Option<Vec<ScheduledInstancesNetworkInterface>>
) -> Self
The network interfaces.
The placement information.
The placement information.
The ID of the RAM disk.
The ID of the RAM disk.
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups.
The IDs of the security groups.
The ID of the subnet in which to launch the instances.
The ID of the subnet in which to launch the instances.
The base64-encoded MIME user data.
Consumes the builder and constructs a ScheduledInstancesLaunchSpecification
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