@Stability(value=Stable) public static final class CfnLaunchTemplateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplateProps>
CfnLaunchTemplateProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty launchTemplateData)
CfnLaunchTemplateProps.getLaunchTemplateData()launchTemplateData - The information for the launch template. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateData(IResolvable launchTemplateData)
CfnLaunchTemplateProps.getLaunchTemplateData()launchTemplateData - The information for the launch template. This parameter is required.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateName(String launchTemplateName)
CfnLaunchTemplateProps.getLaunchTemplateName()launchTemplateName - A name for the launch template.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder tagSpecifications(IResolvable tagSpecifications)
CfnLaunchTemplateProps.getTagSpecifications()tagSpecifications - The tags to apply to the launch template during creation.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder tagSpecifications(List<? extends Object> tagSpecifications)
CfnLaunchTemplateProps.getTagSpecifications()tagSpecifications - The tags to apply to the launch template during creation.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder versionDescription(String versionDescription)
CfnLaunchTemplateProps.getVersionDescription()versionDescription - `AWS::EC2::LaunchTemplate.VersionDescription`.this@Stability(value=Stable) public CfnLaunchTemplateProps build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplateProps>CfnLaunchTemplatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.