Struct aws_sdk_ec2::model::fleet_capacity_reservation::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for FleetCapacityReservation
Implementations
The ID of the Capacity Reservation.
The ID of the Capacity Reservation.
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
The instance type for which the Capacity Reservation reserves capacity.
The instance type for which the Capacity Reservation reserves capacity.
The type of operating system for which the Capacity Reservation reserves capacity.
pub fn set_instance_platform(
self,
input: Option<CapacityReservationInstancePlatform>
) -> Self
pub fn set_instance_platform(
self,
input: Option<CapacityReservationInstancePlatform>
) -> Self
The type of operating system for which the Capacity Reservation reserves capacity.
The Availability Zone in which the Capacity Reservation reserves capacity.
The Availability Zone in which the Capacity Reservation reserves capacity.
The total number of instances for which the Capacity Reservation reserves capacity.
The total number of instances for which the Capacity Reservation reserves capacity.
The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
The date and time at which the Capacity Reservation was created.
The date and time at which the Capacity Reservation was created.
The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
Consumes the builder and constructs a FleetCapacityReservation
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