#[non_exhaustive]pub struct InstanceFleetResizingSpecificationsBuilder { /* private fields */ }
Expand description
A builder for InstanceFleetResizingSpecifications
.
Implementations§
source§impl InstanceFleetResizingSpecificationsBuilder
impl InstanceFleetResizingSpecificationsBuilder
sourcepub fn spot_resize_specification(self, input: SpotResizingSpecification) -> Self
pub fn spot_resize_specification(self, input: SpotResizingSpecification) -> Self
The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn set_spot_resize_specification(
self,
input: Option<SpotResizingSpecification>
) -> Self
pub fn set_spot_resize_specification( self, input: Option<SpotResizingSpecification> ) -> Self
The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn get_spot_resize_specification(
&self
) -> &Option<SpotResizingSpecification>
pub fn get_spot_resize_specification( &self ) -> &Option<SpotResizingSpecification>
The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn on_demand_resize_specification(
self,
input: OnDemandResizingSpecification
) -> Self
pub fn on_demand_resize_specification( self, input: OnDemandResizingSpecification ) -> Self
The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn set_on_demand_resize_specification(
self,
input: Option<OnDemandResizingSpecification>
) -> Self
pub fn set_on_demand_resize_specification( self, input: Option<OnDemandResizingSpecification> ) -> Self
The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn get_on_demand_resize_specification(
&self
) -> &Option<OnDemandResizingSpecification>
pub fn get_on_demand_resize_specification( &self ) -> &Option<OnDemandResizingSpecification>
The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.
sourcepub fn build(self) -> InstanceFleetResizingSpecifications
pub fn build(self) -> InstanceFleetResizingSpecifications
Consumes the builder and constructs a InstanceFleetResizingSpecifications
.
Trait Implementations§
source§impl Clone for InstanceFleetResizingSpecificationsBuilder
impl Clone for InstanceFleetResizingSpecificationsBuilder
source§fn clone(&self) -> InstanceFleetResizingSpecificationsBuilder
fn clone(&self) -> InstanceFleetResizingSpecificationsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for InstanceFleetResizingSpecificationsBuilder
impl Default for InstanceFleetResizingSpecificationsBuilder
source§fn default() -> InstanceFleetResizingSpecificationsBuilder
fn default() -> InstanceFleetResizingSpecificationsBuilder
source§impl PartialEq for InstanceFleetResizingSpecificationsBuilder
impl PartialEq for InstanceFleetResizingSpecificationsBuilder
source§fn eq(&self, other: &InstanceFleetResizingSpecificationsBuilder) -> bool
fn eq(&self, other: &InstanceFleetResizingSpecificationsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.