@Stability(value=Stable) public static final class CfnListener.TargetGroupStickinessConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListener.TargetGroupStickinessConfigProperty>
CfnListener.TargetGroupStickinessConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListener.TargetGroupStickinessConfigProperty |
build()
Builds the configured instance.
|
CfnListener.TargetGroupStickinessConfigProperty.Builder |
durationSeconds(Number durationSeconds)
Sets the value of
CfnListener.TargetGroupStickinessConfigProperty.getDurationSeconds() |
CfnListener.TargetGroupStickinessConfigProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnListener.TargetGroupStickinessConfigProperty.getEnabled() |
CfnListener.TargetGroupStickinessConfigProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnListener.TargetGroupStickinessConfigProperty.getEnabled() |
@Stability(value=Stable) public CfnListener.TargetGroupStickinessConfigProperty.Builder durationSeconds(Number durationSeconds)
CfnListener.TargetGroupStickinessConfigProperty.getDurationSeconds()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).this@Stability(value=Stable) public CfnListener.TargetGroupStickinessConfigProperty.Builder enabled(Boolean enabled)
CfnListener.TargetGroupStickinessConfigProperty.getEnabled()enabled - Indicates whether target group stickiness is enabled.this@Stability(value=Stable) public CfnListener.TargetGroupStickinessConfigProperty.Builder enabled(IResolvable enabled)
CfnListener.TargetGroupStickinessConfigProperty.getEnabled()enabled - Indicates whether target group stickiness is enabled.this@Stability(value=Stable) public CfnListener.TargetGroupStickinessConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnListener.TargetGroupStickinessConfigProperty>CfnListener.TargetGroupStickinessConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.