@Stability(value=Stable) public static final class CfnListenerRule.TargetGroupTupleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerRule.TargetGroupTupleProperty>
CfnListenerRule.TargetGroupTupleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerRule.TargetGroupTupleProperty |
build()
Builds the configured instance.
|
CfnListenerRule.TargetGroupTupleProperty.Builder |
targetGroupArn(String targetGroupArn)
Sets the value of
CfnListenerRule.TargetGroupTupleProperty.getTargetGroupArn() |
CfnListenerRule.TargetGroupTupleProperty.Builder |
weight(Number weight)
Sets the value of
CfnListenerRule.TargetGroupTupleProperty.getWeight() |
@Stability(value=Stable) public CfnListenerRule.TargetGroupTupleProperty.Builder targetGroupArn(String targetGroupArn)
CfnListenerRule.TargetGroupTupleProperty.getTargetGroupArn()targetGroupArn - The Amazon Resource Name (ARN) of the target group.this@Stability(value=Stable) public CfnListenerRule.TargetGroupTupleProperty.Builder weight(Number weight)
CfnListenerRule.TargetGroupTupleProperty.getWeight()weight - The weight.
The range is 0 to 999.this@Stability(value=Stable) public CfnListenerRule.TargetGroupTupleProperty build()
build in interface software.amazon.jsii.Builder<CfnListenerRule.TargetGroupTupleProperty>CfnListenerRule.TargetGroupTuplePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.