@Stability(value=Stable) public static final class CfnListener.ForwardConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListener.ForwardConfigProperty>
CfnListener.ForwardConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListener.ForwardConfigProperty |
build()
Builds the configured instance.
|
CfnListener.ForwardConfigProperty.Builder |
targetGroups(IResolvable targetGroups)
Sets the value of
CfnListener.ForwardConfigProperty.getTargetGroups() |
CfnListener.ForwardConfigProperty.Builder |
targetGroups(List<? extends Object> targetGroups)
Sets the value of
CfnListener.ForwardConfigProperty.getTargetGroups() |
CfnListener.ForwardConfigProperty.Builder |
targetGroupStickinessConfig(CfnListener.TargetGroupStickinessConfigProperty targetGroupStickinessConfig)
Sets the value of
CfnListener.ForwardConfigProperty.getTargetGroupStickinessConfig() |
CfnListener.ForwardConfigProperty.Builder |
targetGroupStickinessConfig(IResolvable targetGroupStickinessConfig)
Sets the value of
CfnListener.ForwardConfigProperty.getTargetGroupStickinessConfig() |
@Stability(value=Stable) public CfnListener.ForwardConfigProperty.Builder targetGroups(IResolvable targetGroups)
CfnListener.ForwardConfigProperty.getTargetGroups()targetGroups - Information about how traffic will be distributed between multiple target groups in a forward rule.this@Stability(value=Stable) public CfnListener.ForwardConfigProperty.Builder targetGroups(List<? extends Object> targetGroups)
CfnListener.ForwardConfigProperty.getTargetGroups()targetGroups - Information about how traffic will be distributed between multiple target groups in a forward rule.this@Stability(value=Stable) public CfnListener.ForwardConfigProperty.Builder targetGroupStickinessConfig(CfnListener.TargetGroupStickinessConfigProperty targetGroupStickinessConfig)
CfnListener.ForwardConfigProperty.getTargetGroupStickinessConfig()targetGroupStickinessConfig - Information about the target group stickiness for a rule.this@Stability(value=Stable) public CfnListener.ForwardConfigProperty.Builder targetGroupStickinessConfig(IResolvable targetGroupStickinessConfig)
CfnListener.ForwardConfigProperty.getTargetGroupStickinessConfig()targetGroupStickinessConfig - Information about the target group stickiness for a rule.this@Stability(value=Stable) public CfnListener.ForwardConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnListener.ForwardConfigProperty>CfnListener.ForwardConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.