Struct aws_sdk_securityhub::model::aws_elb_load_balancer_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElbLoadBalancerDetails
Implementations
Appends an item to availability_zones
.
To override the contents of this collection use set_availability_zones
.
The list of Availability Zones for the load balancer.
The list of Availability Zones for the load balancer.
pub fn backend_server_descriptions(
self,
input: impl Into<AwsElbLoadBalancerBackendServerDescription>
) -> Self
pub fn backend_server_descriptions(
self,
input: impl Into<AwsElbLoadBalancerBackendServerDescription>
) -> Self
Appends an item to backend_server_descriptions
.
To override the contents of this collection use set_backend_server_descriptions
.
Information about the configuration of the EC2 instances.
pub fn set_backend_server_descriptions(
self,
input: Option<Vec<AwsElbLoadBalancerBackendServerDescription>>
) -> Self
pub fn set_backend_server_descriptions(
self,
input: Option<Vec<AwsElbLoadBalancerBackendServerDescription>>
) -> Self
Information about the configuration of the EC2 instances.
The name of the Amazon Route 53 hosted zone for the load balancer.
The name of the Amazon Route 53 hosted zone for the load balancer.
The ID of the Amazon Route 53 hosted zone for the load balancer.
The ID of the Amazon Route 53 hosted zone for the load balancer.
Indicates when the load balancer was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when the load balancer was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
The DNS name of the load balancer.
Information about the health checks that are conducted on the load balancer.
Information about the health checks that are conducted on the load balancer.
Appends an item to instances
.
To override the contents of this collection use set_instances
.
List of EC2 instances for the load balancer.
List of EC2 instances for the load balancer.
pub fn listener_descriptions(
self,
input: impl Into<AwsElbLoadBalancerListenerDescription>
) -> Self
pub fn listener_descriptions(
self,
input: impl Into<AwsElbLoadBalancerListenerDescription>
) -> Self
Appends an item to listener_descriptions
.
To override the contents of this collection use set_listener_descriptions
.
The policies that are enabled for the load balancer listeners.
pub fn set_listener_descriptions(
self,
input: Option<Vec<AwsElbLoadBalancerListenerDescription>>
) -> Self
pub fn set_listener_descriptions(
self,
input: Option<Vec<AwsElbLoadBalancerListenerDescription>>
) -> Self
The policies that are enabled for the load balancer listeners.
The attributes for a load balancer.
pub fn set_load_balancer_attributes(
self,
input: Option<AwsElbLoadBalancerAttributes>
) -> Self
pub fn set_load_balancer_attributes(
self,
input: Option<AwsElbLoadBalancerAttributes>
) -> Self
The attributes for a load balancer.
The name of the load balancer.
The name of the load balancer.
The policies for a load balancer.
The policies for a load balancer.
The type of load balancer. Only provided if the load balancer is in a VPC.
If Scheme
is internet-facing
, the load balancer has a public
DNS name that resolves to a public IP address.
If Scheme
is internal
, the load balancer has a public DNS name
that resolves to a private IP address.
The type of load balancer. Only provided if the load balancer is in a VPC.
If Scheme
is internet-facing
, the load balancer has a public
DNS name that resolves to a public IP address.
If Scheme
is internal
, the load balancer has a public DNS name
that resolves to a private IP address.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The security groups for the load balancer. Only provided if the load balancer is in a VPC.
The security groups for the load balancer. Only provided if the load balancer is in a VPC.
Information about the security group for the load balancer. This is the security group that is used for inbound rules.
pub fn set_source_security_group(
self,
input: Option<AwsElbLoadBalancerSourceSecurityGroup>
) -> Self
pub fn set_source_security_group(
self,
input: Option<AwsElbLoadBalancerSourceSecurityGroup>
) -> Self
Information about the security group for the load balancer. This is the security group that is used for inbound rules.
Appends an item to subnets
.
To override the contents of this collection use set_subnets
.
The list of subnet identifiers for the load balancer.
The list of subnet identifiers for the load balancer.
The identifier of the VPC for the load balancer.
The identifier of the VPC for the load balancer.
Consumes the builder and constructs a AwsElbLoadBalancerDetails
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