@Stability(value=Stable) public static final class CfnLaunch.LaunchGroupObjectProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunch.LaunchGroupObjectProperty>
CfnLaunch.LaunchGroupObjectProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunch.LaunchGroupObjectProperty |
build()
Builds the configured instance.
|
CfnLaunch.LaunchGroupObjectProperty.Builder |
description(String description)
Sets the value of
CfnLaunch.LaunchGroupObjectProperty.getDescription() |
CfnLaunch.LaunchGroupObjectProperty.Builder |
feature(String feature)
Sets the value of
CfnLaunch.LaunchGroupObjectProperty.getFeature() |
CfnLaunch.LaunchGroupObjectProperty.Builder |
groupName(String groupName)
Sets the value of
CfnLaunch.LaunchGroupObjectProperty.getGroupName() |
CfnLaunch.LaunchGroupObjectProperty.Builder |
variation(String variation)
Sets the value of
CfnLaunch.LaunchGroupObjectProperty.getVariation() |
@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder feature(String feature)
CfnLaunch.LaunchGroupObjectProperty.getFeature()feature - The feature that this launch is using. This parameter is required.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder groupName(String groupName)
CfnLaunch.LaunchGroupObjectProperty.getGroupName()groupName - A name for this launch group. This parameter is required.
It can include up to 127 characters.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder variation(String variation)
CfnLaunch.LaunchGroupObjectProperty.getVariation()variation - The feature variation to use for this launch group. This parameter is required.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder description(String description)
CfnLaunch.LaunchGroupObjectProperty.getDescription()description - A description of the launch group.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunch.LaunchGroupObjectProperty>CfnLaunch.LaunchGroupObjectPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.