#[non_exhaustive]pub struct AwsElbLoadBalancerPoliciesBuilder { /* private fields */ }Expand description
A builder for AwsElbLoadBalancerPolicies.
Implementations§
source§impl AwsElbLoadBalancerPoliciesBuilder
impl AwsElbLoadBalancerPoliciesBuilder
Appends an item to app_cookie_stickiness_policies.
To override the contents of this collection use set_app_cookie_stickiness_policies.
The stickiness policies that are created using CreateAppCookieStickinessPolicy.
The stickiness policies that are created using CreateAppCookieStickinessPolicy.
The stickiness policies that are created using CreateAppCookieStickinessPolicy.
Appends an item to lb_cookie_stickiness_policies.
To override the contents of this collection use set_lb_cookie_stickiness_policies.
The stickiness policies that are created using CreateLBCookieStickinessPolicy.
The stickiness policies that are created using CreateLBCookieStickinessPolicy.
The stickiness policies that are created using CreateLBCookieStickinessPolicy.
sourcepub fn other_policies(self, input: impl Into<String>) -> Self
pub fn other_policies(self, input: impl Into<String>) -> Self
Appends an item to other_policies.
To override the contents of this collection use set_other_policies.
The policies other than the stickiness policies.
sourcepub fn set_other_policies(self, input: Option<Vec<String>>) -> Self
pub fn set_other_policies(self, input: Option<Vec<String>>) -> Self
The policies other than the stickiness policies.
sourcepub fn get_other_policies(&self) -> &Option<Vec<String>>
pub fn get_other_policies(&self) -> &Option<Vec<String>>
The policies other than the stickiness policies.
sourcepub fn build(self) -> AwsElbLoadBalancerPolicies
pub fn build(self) -> AwsElbLoadBalancerPolicies
Consumes the builder and constructs a AwsElbLoadBalancerPolicies.
Trait Implementations§
source§impl Clone for AwsElbLoadBalancerPoliciesBuilder
impl Clone for AwsElbLoadBalancerPoliciesBuilder
source§fn clone(&self) -> AwsElbLoadBalancerPoliciesBuilder
fn clone(&self) -> AwsElbLoadBalancerPoliciesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsElbLoadBalancerPoliciesBuilder
impl Default for AwsElbLoadBalancerPoliciesBuilder
source§fn default() -> AwsElbLoadBalancerPoliciesBuilder
fn default() -> AwsElbLoadBalancerPoliciesBuilder
source§impl PartialEq for AwsElbLoadBalancerPoliciesBuilder
impl PartialEq for AwsElbLoadBalancerPoliciesBuilder
source§fn eq(&self, other: &AwsElbLoadBalancerPoliciesBuilder) -> bool
fn eq(&self, other: &AwsElbLoadBalancerPoliciesBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsElbLoadBalancerPoliciesBuilder
Auto Trait Implementations§
impl Freeze for AwsElbLoadBalancerPoliciesBuilder
impl RefUnwindSafe for AwsElbLoadBalancerPoliciesBuilder
impl Send for AwsElbLoadBalancerPoliciesBuilder
impl Sync for AwsElbLoadBalancerPoliciesBuilder
impl Unpin for AwsElbLoadBalancerPoliciesBuilder
impl UnwindSafe for AwsElbLoadBalancerPoliciesBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more