#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for TargetGroupStickinessConfig
Implementations
Indicates whether target group stickiness is enabled.
Indicates whether target group stickiness is enabled.
The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
Consumes the builder and constructs a TargetGroupStickinessConfig
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