Struct aws_sdk_ec2::model::explanation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Explanation
Implementations
The network ACL.
The network ACL.
The network ACL rule.
The network ACL rule.
The IPv4 address, in CIDR notation.
Appends an item to addresses
.
To override the contents of this collection use set_addresses
.
The IPv4 addresses, in CIDR notation.
The IPv4 addresses, in CIDR notation.
The resource to which the component is attached.
The resource to which the component is attached.
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
The Availability Zones.
The Availability Zones.
Appends an item to cidrs
.
To override the contents of this collection use set_cidrs
.
The CIDR ranges.
The component.
The component.
The customer gateway.
The customer gateway.
The destination.
The destination.
The destination VPC.
The destination VPC.
The direction. The following are possible values:
-
egress
-
ingress
The direction. The following are possible values:
-
egress
-
ingress
The explanation code.
The explanation code.
The route table.
The route table.
The internet gateway.
The internet gateway.
The Amazon Resource Name (ARN) of the load balancer.
The Amazon Resource Name (ARN) of the load balancer.
The listener for a Classic Load Balancer.
pub fn set_classic_load_balancer_listener(
self,
input: Option<AnalysisLoadBalancerListener>
) -> Self
pub fn set_classic_load_balancer_listener(
self,
input: Option<AnalysisLoadBalancerListener>
) -> Self
The listener for a Classic Load Balancer.
The listener port of the load balancer.
The listener port of the load balancer.
The target.
The target.
The target group.
The target group.
Appends an item to load_balancer_target_groups
.
To override the contents of this collection use set_load_balancer_target_groups
.
The target groups.
The target groups.
The target port.
The target port.
The load balancer listener.
The load balancer listener.
The missing component.
The missing component.
The NAT gateway.
The NAT gateway.
The network interface.
The network interface.
The packet field.
The packet field.
The VPC peering connection.
The VPC peering connection.
Appends an item to port_ranges
.
To override the contents of this collection use set_port_ranges
.
The port ranges.
The port ranges.
The prefix list.
The prefix list.
Appends an item to protocols
.
To override the contents of this collection use set_protocols
.
The protocols.
The protocols.
The route table route.
The route table route.
The route table.
The route table.
The security group.
The security group.
The security group rule.
The security group rule.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The security groups.
The security groups.
The source VPC.
The source VPC.
The subnet.
The subnet.
The route table for the subnet.
The route table for the subnet.
The component VPC.
The component VPC.
The VPC endpoint.
The VPC endpoint.
The VPN connection.
The VPN connection.
The VPN gateway.
The VPN gateway.
Consumes the builder and constructs a Explanation
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