#[non_exhaustive]pub struct AwsElbv2LoadBalancerDetailsBuilder { /* private fields */ }Expand description
A builder for AwsElbv2LoadBalancerDetails.
Implementations§
source§impl AwsElbv2LoadBalancerDetailsBuilder
impl AwsElbv2LoadBalancerDetailsBuilder
sourcepub fn availability_zones(self, input: AvailabilityZone) -> Self
pub fn availability_zones(self, input: AvailabilityZone) -> Self
Appends an item to availability_zones.
To override the contents of this collection use set_availability_zones.
The Availability Zones for the load balancer.
sourcepub fn set_availability_zones(
self,
input: Option<Vec<AvailabilityZone>>
) -> Self
pub fn set_availability_zones( self, input: Option<Vec<AvailabilityZone>> ) -> Self
The Availability Zones for the load balancer.
sourcepub fn get_availability_zones(&self) -> &Option<Vec<AvailabilityZone>>
pub fn get_availability_zones(&self) -> &Option<Vec<AvailabilityZone>>
The Availability Zones for the load balancer.
sourcepub fn canonical_hosted_zone_id(self, input: impl Into<String>) -> Self
pub fn canonical_hosted_zone_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
sourcepub fn set_canonical_hosted_zone_id(self, input: Option<String>) -> Self
pub fn set_canonical_hosted_zone_id(self, input: Option<String>) -> Self
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
sourcepub fn get_canonical_hosted_zone_id(&self) -> &Option<String>
pub fn get_canonical_hosted_zone_id(&self) -> &Option<String>
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
sourcepub fn created_time(self, input: impl Into<String>) -> Self
pub fn created_time(self, input: impl Into<String>) -> Self
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, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
sourcepub fn set_created_time(self, input: Option<String>) -> Self
pub fn set_created_time(self, input: Option<String>) -> Self
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, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
sourcepub fn get_created_time(&self) -> &Option<String>
pub fn get_created_time(&self) -> &Option<String>
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, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.
sourcepub fn dns_name(self, input: impl Into<String>) -> Self
pub fn dns_name(self, input: impl Into<String>) -> Self
The public DNS name of the load balancer.
sourcepub fn set_dns_name(self, input: Option<String>) -> Self
pub fn set_dns_name(self, input: Option<String>) -> Self
The public DNS name of the load balancer.
sourcepub fn get_dns_name(&self) -> &Option<String>
pub fn get_dns_name(&self) -> &Option<String>
The public DNS name of the load balancer.
sourcepub fn ip_address_type(self, input: impl Into<String>) -> Self
pub fn ip_address_type(self, input: impl Into<String>) -> Self
The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
sourcepub fn set_ip_address_type(self, input: Option<String>) -> Self
pub fn set_ip_address_type(self, input: Option<String>) -> Self
The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
sourcepub fn get_ip_address_type(&self) -> &Option<String>
pub fn get_ip_address_type(&self) -> &Option<String>
The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).
sourcepub fn scheme(self, input: impl Into<String>) -> Self
pub fn scheme(self, input: impl Into<String>) -> Self
The nodes of an Internet-facing load balancer have public IP addresses.
sourcepub fn set_scheme(self, input: Option<String>) -> Self
pub fn set_scheme(self, input: Option<String>) -> Self
The nodes of an Internet-facing load balancer have public IP addresses.
sourcepub fn get_scheme(&self) -> &Option<String>
pub fn get_scheme(&self) -> &Option<String>
The nodes of an Internet-facing load balancer have public IP addresses.
sourcepub fn security_groups(self, input: impl Into<String>) -> Self
pub fn security_groups(self, input: impl Into<String>) -> Self
Appends an item to security_groups.
To override the contents of this collection use set_security_groups.
The IDs of the security groups for the load balancer.
sourcepub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
The IDs of the security groups for the load balancer.
sourcepub fn get_security_groups(&self) -> &Option<Vec<String>>
pub fn get_security_groups(&self) -> &Option<Vec<String>>
The IDs of the security groups for the load balancer.
sourcepub fn state(self, input: LoadBalancerState) -> Self
pub fn state(self, input: LoadBalancerState) -> Self
The state of the load balancer.
sourcepub fn set_state(self, input: Option<LoadBalancerState>) -> Self
pub fn set_state(self, input: Option<LoadBalancerState>) -> Self
The state of the load balancer.
sourcepub fn get_state(&self) -> &Option<LoadBalancerState>
pub fn get_state(&self) -> &Option<LoadBalancerState>
The state of the load balancer.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
The ID of the VPC for the load balancer.
sourcepub fn get_vpc_id(&self) -> &Option<String>
pub fn get_vpc_id(&self) -> &Option<String>
The ID of the VPC for the load balancer.
sourcepub fn load_balancer_attributes(
self,
input: AwsElbv2LoadBalancerAttribute
) -> Self
pub fn load_balancer_attributes( self, input: AwsElbv2LoadBalancerAttribute ) -> Self
Appends an item to load_balancer_attributes.
To override the contents of this collection use set_load_balancer_attributes.
Attributes of the load balancer.
sourcepub fn set_load_balancer_attributes(
self,
input: Option<Vec<AwsElbv2LoadBalancerAttribute>>
) -> Self
pub fn set_load_balancer_attributes( self, input: Option<Vec<AwsElbv2LoadBalancerAttribute>> ) -> Self
Attributes of the load balancer.
sourcepub fn get_load_balancer_attributes(
&self
) -> &Option<Vec<AwsElbv2LoadBalancerAttribute>>
pub fn get_load_balancer_attributes( &self ) -> &Option<Vec<AwsElbv2LoadBalancerAttribute>>
Attributes of the load balancer.
sourcepub fn build(self) -> AwsElbv2LoadBalancerDetails
pub fn build(self) -> AwsElbv2LoadBalancerDetails
Consumes the builder and constructs a AwsElbv2LoadBalancerDetails.
Trait Implementations§
source§impl Clone for AwsElbv2LoadBalancerDetailsBuilder
impl Clone for AwsElbv2LoadBalancerDetailsBuilder
source§fn clone(&self) -> AwsElbv2LoadBalancerDetailsBuilder
fn clone(&self) -> AwsElbv2LoadBalancerDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsElbv2LoadBalancerDetailsBuilder
impl Default for AwsElbv2LoadBalancerDetailsBuilder
source§fn default() -> AwsElbv2LoadBalancerDetailsBuilder
fn default() -> AwsElbv2LoadBalancerDetailsBuilder
source§impl PartialEq for AwsElbv2LoadBalancerDetailsBuilder
impl PartialEq for AwsElbv2LoadBalancerDetailsBuilder
source§fn eq(&self, other: &AwsElbv2LoadBalancerDetailsBuilder) -> bool
fn eq(&self, other: &AwsElbv2LoadBalancerDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.