Struct aws_sdk_ec2::types::builders::LaunchTemplateCapacityReservationSpecificationRequestBuilder
source · #[non_exhaustive]pub struct LaunchTemplateCapacityReservationSpecificationRequestBuilder { /* private fields */ }
Expand description
A builder for LaunchTemplateCapacityReservationSpecificationRequest
.
Implementations§
source§impl LaunchTemplateCapacityReservationSpecificationRequestBuilder
impl LaunchTemplateCapacityReservationSpecificationRequestBuilder
sourcepub fn capacity_reservation_preference(
self,
input: CapacityReservationPreference
) -> Self
pub fn capacity_reservation_preference( self, input: CapacityReservationPreference ) -> Self
Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open
- The instance can run in anyopen
Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none
- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
sourcepub fn set_capacity_reservation_preference(
self,
input: Option<CapacityReservationPreference>
) -> Self
pub fn set_capacity_reservation_preference( self, input: Option<CapacityReservationPreference> ) -> Self
Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open
- The instance can run in anyopen
Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none
- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
sourcepub fn get_capacity_reservation_preference(
&self
) -> &Option<CapacityReservationPreference>
pub fn get_capacity_reservation_preference( &self ) -> &Option<CapacityReservationPreference>
Indicates the instance's Capacity Reservation preferences. Possible preferences include:
-
open
- The instance can run in anyopen
Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). -
none
- The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
sourcepub fn capacity_reservation_target(
self,
input: CapacityReservationTarget
) -> Self
pub fn capacity_reservation_target( self, input: CapacityReservationTarget ) -> Self
Information about the target Capacity Reservation or Capacity Reservation group.
sourcepub fn set_capacity_reservation_target(
self,
input: Option<CapacityReservationTarget>
) -> Self
pub fn set_capacity_reservation_target( self, input: Option<CapacityReservationTarget> ) -> Self
Information about the target Capacity Reservation or Capacity Reservation group.
sourcepub fn get_capacity_reservation_target(
&self
) -> &Option<CapacityReservationTarget>
pub fn get_capacity_reservation_target( &self ) -> &Option<CapacityReservationTarget>
Information about the target Capacity Reservation or Capacity Reservation group.
sourcepub fn build(self) -> LaunchTemplateCapacityReservationSpecificationRequest
pub fn build(self) -> LaunchTemplateCapacityReservationSpecificationRequest
Consumes the builder and constructs a LaunchTemplateCapacityReservationSpecificationRequest
.
Trait Implementations§
source§impl Clone for LaunchTemplateCapacityReservationSpecificationRequestBuilder
impl Clone for LaunchTemplateCapacityReservationSpecificationRequestBuilder
source§fn clone(&self) -> LaunchTemplateCapacityReservationSpecificationRequestBuilder
fn clone(&self) -> LaunchTemplateCapacityReservationSpecificationRequestBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LaunchTemplateCapacityReservationSpecificationRequestBuilder
impl Default for LaunchTemplateCapacityReservationSpecificationRequestBuilder
source§fn default() -> LaunchTemplateCapacityReservationSpecificationRequestBuilder
fn default() -> LaunchTemplateCapacityReservationSpecificationRequestBuilder
source§impl PartialEq<LaunchTemplateCapacityReservationSpecificationRequestBuilder> for LaunchTemplateCapacityReservationSpecificationRequestBuilder
impl PartialEq<LaunchTemplateCapacityReservationSpecificationRequestBuilder> for LaunchTemplateCapacityReservationSpecificationRequestBuilder
source§fn eq(
&self,
other: &LaunchTemplateCapacityReservationSpecificationRequestBuilder
) -> bool
fn eq( &self, other: &LaunchTemplateCapacityReservationSpecificationRequestBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.