Struct aws_sdk_securityhub::model::aws_elb_load_balancer_policies::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElbLoadBalancerPolicies
Implementations
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
.
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
.
Appends an item to other_policies
.
To override the contents of this collection use set_other_policies
.
The policies other than the stickiness policies.
The policies other than the stickiness policies.
Consumes the builder and constructs a AwsElbLoadBalancerPolicies
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