@Stability(value=Stable) public static final class CfnLaunch.GroupToWeightProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunch.GroupToWeightProperty>
CfnLaunch.GroupToWeightProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunch.GroupToWeightProperty |
build()
Builds the configured instance.
|
CfnLaunch.GroupToWeightProperty.Builder |
groupName(String groupName)
Sets the value of
CfnLaunch.GroupToWeightProperty.getGroupName() |
CfnLaunch.GroupToWeightProperty.Builder |
splitWeight(Number splitWeight)
Sets the value of
CfnLaunch.GroupToWeightProperty.getSplitWeight() |
@Stability(value=Stable) public CfnLaunch.GroupToWeightProperty.Builder groupName(String groupName)
CfnLaunch.GroupToWeightProperty.getGroupName()groupName - The name of the launch group. This parameter is required.
It can include up to 127 characters.this@Stability(value=Stable) public CfnLaunch.GroupToWeightProperty.Builder splitWeight(Number splitWeight)
CfnLaunch.GroupToWeightProperty.getSplitWeight()splitWeight - The portion of launch traffic to allocate to this launch group. This parameter is required.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.this@Stability(value=Stable) public CfnLaunch.GroupToWeightProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunch.GroupToWeightProperty>CfnLaunch.GroupToWeightPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.