@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 description(String description)
CfnLaunch.LaunchGroupObjectProperty.getDescription()description - `CfnLaunch.LaunchGroupObjectProperty.Description`.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder feature(String feature)
CfnLaunch.LaunchGroupObjectProperty.getFeature()feature - `CfnLaunch.LaunchGroupObjectProperty.Feature`. This parameter is required.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder groupName(String groupName)
CfnLaunch.LaunchGroupObjectProperty.getGroupName()groupName - `CfnLaunch.LaunchGroupObjectProperty.GroupName`. This parameter is required.this@Stability(value=Stable) public CfnLaunch.LaunchGroupObjectProperty.Builder variation(String variation)
CfnLaunch.LaunchGroupObjectProperty.getVariation()variation - `CfnLaunch.LaunchGroupObjectProperty.Variation`. This parameter is required.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 © 2021. All rights reserved.