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