Struct aws_sdk_ec2::model::spot_placement_score::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SpotPlacementScore
Implementations
The Region.
The Availability Zone.
The Availability Zone.
The placement score, on a scale from 1
to 10
. A score of
10
indicates that your Spot request is highly likely to succeed in this
Region or Availability Zone. A score of 1
indicates that your Spot request is
not likely to succeed.
The placement score, on a scale from 1
to 10
. A score of
10
indicates that your Spot request is highly likely to succeed in this
Region or Availability Zone. A score of 1
indicates that your Spot request is
not likely to succeed.
Consumes the builder and constructs a SpotPlacementScore
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