@Stability(value=Stable) public static final class CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAutoScalingGroup.LaunchTemplateSpecificationProperty>
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty |
build()
Builds the configured instance.
|
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder |
launchTemplateId(String launchTemplateId)
|
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder |
launchTemplateName(String launchTemplateName)
|
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder |
version(String version)
Sets the value of
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.getVersion() |
@Stability(value=Stable) public CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder version(String version)
CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.getVersion()version - `CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Version`. This parameter is required.this@Stability(value=Stable) public CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder launchTemplateId(String launchTemplateId)
launchTemplateId - `CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.LaunchTemplateId`.this@Stability(value=Stable) public CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.Builder launchTemplateName(String launchTemplateName)
launchTemplateName - `CfnAutoScalingGroup.LaunchTemplateSpecificationProperty.LaunchTemplateName`.this@Stability(value=Stable) public CfnAutoScalingGroup.LaunchTemplateSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnAutoScalingGroup.LaunchTemplateSpecificationProperty>CfnAutoScalingGroup.LaunchTemplateSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.