Struct aws_sdk_ec2::model::spot_placement::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SpotPlacement
Implementations
The Availability Zone.
[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
The Availability Zone.
[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".
The name of the placement group.
The name of the placement group.
The tenancy of the instance (if the instance is running in a VPC). An instance with a
tenancy of dedicated
runs on single-tenant hardware. The host
tenancy is not supported for Spot Instances.
The tenancy of the instance (if the instance is running in a VPC). An instance with a
tenancy of dedicated
runs on single-tenant hardware. The host
tenancy is not supported for Spot Instances.
Consumes the builder and constructs a SpotPlacement
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