Struct aws_sdk_ec2::output::create_fleet_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateFleetOutput
Implementations
The ID of the EC2 Fleet.
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Information about the instances that could not be launched by the fleet. Supported only for
fleets of type instant
.
Information about the instances that could not be launched by the fleet. Supported only for
fleets of type instant
.
Appends an item to instances
.
To override the contents of this collection use set_instances
.
Information about the instances that were launched by the fleet. Supported only for
fleets of type instant
.
Information about the instances that were launched by the fleet. Supported only for
fleets of type instant
.
Consumes the builder and constructs a CreateFleetOutput
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