#[non_exhaustive]pub struct AwsElbLoadBalancerConnectionDrainingBuilder { /* private fields */ }Expand description
A builder for AwsElbLoadBalancerConnectionDraining.
Implementations§
source§impl AwsElbLoadBalancerConnectionDrainingBuilder
impl AwsElbLoadBalancerConnectionDrainingBuilder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Indicates whether connection draining is enabled for the load balancer.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether connection draining is enabled for the load balancer.
sourcepub fn get_enabled(&self) -> &Option<bool>
pub fn get_enabled(&self) -> &Option<bool>
Indicates whether connection draining is enabled for the load balancer.
sourcepub fn timeout(self, input: i32) -> Self
pub fn timeout(self, input: i32) -> Self
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
sourcepub fn set_timeout(self, input: Option<i32>) -> Self
pub fn set_timeout(self, input: Option<i32>) -> Self
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
sourcepub fn get_timeout(&self) -> &Option<i32>
pub fn get_timeout(&self) -> &Option<i32>
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
sourcepub fn build(self) -> AwsElbLoadBalancerConnectionDraining
pub fn build(self) -> AwsElbLoadBalancerConnectionDraining
Consumes the builder and constructs a AwsElbLoadBalancerConnectionDraining.
Trait Implementations§
source§impl Clone for AwsElbLoadBalancerConnectionDrainingBuilder
impl Clone for AwsElbLoadBalancerConnectionDrainingBuilder
source§fn clone(&self) -> AwsElbLoadBalancerConnectionDrainingBuilder
fn clone(&self) -> AwsElbLoadBalancerConnectionDrainingBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AwsElbLoadBalancerConnectionDrainingBuilder
impl Default for AwsElbLoadBalancerConnectionDrainingBuilder
source§fn default() -> AwsElbLoadBalancerConnectionDrainingBuilder
fn default() -> AwsElbLoadBalancerConnectionDrainingBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsElbLoadBalancerConnectionDrainingBuilder
impl PartialEq for AwsElbLoadBalancerConnectionDrainingBuilder
source§fn eq(&self, other: &AwsElbLoadBalancerConnectionDrainingBuilder) -> bool
fn eq(&self, other: &AwsElbLoadBalancerConnectionDrainingBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsElbLoadBalancerConnectionDrainingBuilder
Auto Trait Implementations§
impl Freeze for AwsElbLoadBalancerConnectionDrainingBuilder
impl RefUnwindSafe for AwsElbLoadBalancerConnectionDrainingBuilder
impl Send for AwsElbLoadBalancerConnectionDrainingBuilder
impl Sync for AwsElbLoadBalancerConnectionDrainingBuilder
impl Unpin for AwsElbLoadBalancerConnectionDrainingBuilder
impl UnwindSafe for AwsElbLoadBalancerConnectionDrainingBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.