@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 - The tag key. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder propagateAtLaunch(Boolean propagateAtLaunch)
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch()propagateAtLaunch - Set to `true` if you want CloudFormation to copy the tag to EC2 instances that are launched as part of the Auto Scaling group. This parameter is required.
Set to false if you want the tag attached only to the Auto Scaling group and not copied to any instances launched as part of the Auto Scaling group.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder propagateAtLaunch(IResolvable propagateAtLaunch)
CfnAutoScalingGroup.TagPropertyProperty.getPropagateAtLaunch()propagateAtLaunch - Set to `true` if you want CloudFormation to copy the tag to EC2 instances that are launched as part of the Auto Scaling group. This parameter is required.
Set to false if you want the tag attached only to the Auto Scaling group and not copied to any instances launched as part of the Auto Scaling group.this@Stability(value=Stable) public CfnAutoScalingGroup.TagPropertyProperty.Builder value(String value)
CfnAutoScalingGroup.TagPropertyProperty.getValue()value - The tag 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 © 2022. All rights reserved.