@Stability(value=Stable) public static final class CfnAutoScalingGroup.TagPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAutoScalingGroup.TagPropertyProperty>
CfnAutoScalingGroup.TagPropertyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAutoScalingGroup.TagPropertyProperty |
build()
Builds the configured instance.
|
CfnAutoScalingGroup.TagPropertyProperty.Builder |
key(String key)
Sets the value of
CfnAutoScalingGroup.TagPropertyProperty.getKey() |
CfnAutoScalingGroup.TagPropertyProperty.Builder |
propagateAtLaunch(Boolean propagateAtLaunch)
Sets the value of
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch() |
CfnAutoScalingGroup.TagPropertyProperty.Builder |
propagateAtLaunch(IResolvable propagateAtLaunch)
Sets the value of
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch() |
CfnAutoScalingGroup.TagPropertyProperty.Builder |
value(String value)
Sets the value of
CfnAutoScalingGroup.TagPropertyProperty.getValue() |
@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder key(String key)
CfnAutoScalingGroup.TagPropertyProperty.getKey()key - `CfnAutoScalingGroup.TagPropertyProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder propagateAtLaunch(Boolean propagateAtLaunch)
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch()propagateAtLaunch - `CfnAutoScalingGroup.TagPropertyProperty.PropagateAtLaunch`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder propagateAtLaunch(IResolvable propagateAtLaunch)
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch()propagateAtLaunch - `CfnAutoScalingGroup.TagPropertyProperty.PropagateAtLaunch`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder value(String value)
CfnAutoScalingGroup.TagPropertyProperty.getValue()value - `CfnAutoScalingGroup.TagPropertyProperty.Value`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnAutoScalingGroup.TagPropertyProperty>CfnAutoScalingGroup.TagPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.