pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElbLoadBalancerPolicies
.
Implementations§
source§impl Builder
impl Builder
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
.
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 build(self) -> AwsElbLoadBalancerPolicies
pub fn build(self) -> AwsElbLoadBalancerPolicies
Consumes the builder and constructs a AwsElbLoadBalancerPolicies
.