#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for EnvironmentResourceDescription
Implementations
The name of the environment.
The name of the environment.
Appends an item to auto_scaling_groups
.
To override the contents of this collection use set_auto_scaling_groups
.
The AutoScalingGroups
used by this environment.
The AutoScalingGroups
used by this environment.
Appends an item to instances
.
To override the contents of this collection use set_instances
.
The Amazon EC2 instances used by this environment.
The Amazon EC2 instances used by this environment.
Appends an item to launch_configurations
.
To override the contents of this collection use set_launch_configurations
.
The Auto Scaling launch configurations in use by this environment.
The Auto Scaling launch configurations in use by this environment.
Appends an item to launch_templates
.
To override the contents of this collection use set_launch_templates
.
The Amazon EC2 launch templates in use by this environment.
The Amazon EC2 launch templates in use by this environment.
Appends an item to load_balancers
.
To override the contents of this collection use set_load_balancers
.
The LoadBalancers in use by this environment.
The LoadBalancers in use by this environment.
Appends an item to triggers
.
To override the contents of this collection use set_triggers
.
The AutoScaling
triggers in use by this environment.
The AutoScaling
triggers in use by this environment.
Appends an item to queues
.
To override the contents of this collection use set_queues
.
The queues used by this environment.
The queues used by this environment.
Consumes the builder and constructs a EnvironmentResourceDescription
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