Struct aws_sdk_securityhub::model::aws_elb_load_balancer_attributes::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElbLoadBalancerAttributes
Implementations
Information about the access log configuration for the load balancer.
If the access log is enabled, the load balancer captures detailed information about all requests. It delivers the information to a specified S3 bucket.
Information about the access log configuration for the load balancer.
If the access log is enabled, the load balancer captures detailed information about all requests. It delivers the information to a specified S3 bucket.
Information about the connection draining configuration for the load balancer.
If connection draining is enabled, the load balancer allows existing requests to complete before it shifts traffic away from a deregistered or unhealthy instance.
pub fn set_connection_draining(
self,
input: Option<AwsElbLoadBalancerConnectionDraining>
) -> Self
pub fn set_connection_draining(
self,
input: Option<AwsElbLoadBalancerConnectionDraining>
) -> Self
Information about the connection draining configuration for the load balancer.
If connection draining is enabled, the load balancer allows existing requests to complete before it shifts traffic away from a deregistered or unhealthy instance.
Connection settings for the load balancer.
If an idle timeout is configured, the load balancer allows connections to remain idle for the specified duration. When a connection is idle, no data is sent over the connection.
pub fn set_connection_settings(
self,
input: Option<AwsElbLoadBalancerConnectionSettings>
) -> Self
pub fn set_connection_settings(
self,
input: Option<AwsElbLoadBalancerConnectionSettings>
) -> Self
Connection settings for the load balancer.
If an idle timeout is configured, the load balancer allows connections to remain idle for the specified duration. When a connection is idle, no data is sent over the connection.
pub fn cross_zone_load_balancing(
self,
input: AwsElbLoadBalancerCrossZoneLoadBalancing
) -> Self
pub fn cross_zone_load_balancing(
self,
input: AwsElbLoadBalancerCrossZoneLoadBalancing
) -> Self
Cross-zone load balancing settings for the load balancer.
If cross-zone load balancing is enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
pub fn set_cross_zone_load_balancing(
self,
input: Option<AwsElbLoadBalancerCrossZoneLoadBalancing>
) -> Self
pub fn set_cross_zone_load_balancing(
self,
input: Option<AwsElbLoadBalancerCrossZoneLoadBalancing>
) -> Self
Cross-zone load balancing settings for the load balancer.
If cross-zone load balancing is enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
Consumes the builder and constructs a AwsElbLoadBalancerAttributes
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