public static interface TargetGroupStickinessConfig.Builder extends SdkPojo, CopyableBuilder<TargetGroupStickinessConfig.Builder,TargetGroupStickinessConfig>
| Modifier and Type | Method and Description |
|---|---|
TargetGroupStickinessConfig.Builder |
durationSeconds(Integer durationSeconds)
The time period, in seconds, during which requests from a client should be routed to the same target group.
|
TargetGroupStickinessConfig.Builder |
enabled(Boolean enabled)
Indicates whether target group stickiness is enabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTargetGroupStickinessConfig.Builder enabled(Boolean enabled)
Indicates whether target group stickiness is enabled.
enabled - Indicates whether target group stickiness is enabled.TargetGroupStickinessConfig.Builder durationSeconds(Integer durationSeconds)
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).
durationSeconds - 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).Copyright © 2022. All rights reserved.