Struct aws_sdk_ec2::model::import_instance_launch_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImportInstanceLaunchSpecification
Implementations
Reserved.
Reserved.
The architecture of the instance.
The architecture of the instance.
Appends an item to group_ids
.
To override the contents of this collection use set_group_ids
.
The security group IDs.
The security group IDs.
Appends an item to group_names
.
To override the contents of this collection use set_group_names
.
The security group names.
The security group names.
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
pub fn set_instance_initiated_shutdown_behavior(
self,
input: Option<ShutdownBehavior>
) -> Self
pub fn set_instance_initiated_shutdown_behavior(
self,
input: Option<ShutdownBehavior>
) -> Self
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.
The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.
Indicates whether monitoring is enabled.
Indicates whether monitoring is enabled.
The placement information for the instance.
[EC2-VPC] An available IP address from the IP address range of the subnet.
[EC2-VPC] An available IP address from the IP address range of the subnet.
[EC2-VPC] The ID of the subnet in which to launch the instance.
[EC2-VPC] The ID of the subnet in which to launch the instance.
The Base64-encoded user data to make available to the instance.
The Base64-encoded user data to make available to the instance.
Consumes the builder and constructs a ImportInstanceLaunchSpecification
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