Struct aws_sdk_elasticloadbalancingv2::model::forward_action_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ForwardActionConfig
Implementations
Appends an item to target_groups
.
To override the contents of this collection use set_target_groups
.
One or more target groups. For Network Load Balancers, you can specify a single target group.
One or more target groups. For Network Load Balancers, you can specify a single target group.
The target group stickiness for the rule.
pub fn set_target_group_stickiness_config(
self,
input: Option<TargetGroupStickinessConfig>
) -> Self
pub fn set_target_group_stickiness_config(
self,
input: Option<TargetGroupStickinessConfig>
) -> Self
The target group stickiness for the rule.
Consumes the builder and constructs a ForwardActionConfig
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