@Stability(value=Stable) public static final class CfnLaunchTemplateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplateProps>
CfnLaunchTemplateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplateProps |
build()
Builds the configured instance.
|
CfnLaunchTemplateProps.Builder |
launchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty launchTemplateData)
Sets the value of
CfnLaunchTemplateProps.getLaunchTemplateData() |
CfnLaunchTemplateProps.Builder |
launchTemplateData(IResolvable launchTemplateData)
Sets the value of
CfnLaunchTemplateProps.getLaunchTemplateData() |
CfnLaunchTemplateProps.Builder |
launchTemplateName(String launchTemplateName)
Sets the value of
CfnLaunchTemplateProps.getLaunchTemplateName() |
CfnLaunchTemplateProps.Builder |
tagSpecifications(IResolvable tagSpecifications)
Sets the value of
CfnLaunchTemplateProps.getTagSpecifications() |
CfnLaunchTemplateProps.Builder |
tagSpecifications(List<? extends Object> tagSpecifications)
Sets the value of
CfnLaunchTemplateProps.getTagSpecifications() |
@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty launchTemplateData)
CfnLaunchTemplateProps.getLaunchTemplateData()launchTemplateData - `AWS::EC2::LaunchTemplate.LaunchTemplateData`.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateData(IResolvable launchTemplateData)
CfnLaunchTemplateProps.getLaunchTemplateData()launchTemplateData - `AWS::EC2::LaunchTemplate.LaunchTemplateData`.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder launchTemplateName(String launchTemplateName)
CfnLaunchTemplateProps.getLaunchTemplateName()launchTemplateName - `AWS::EC2::LaunchTemplate.LaunchTemplateName`.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder tagSpecifications(IResolvable tagSpecifications)
CfnLaunchTemplateProps.getTagSpecifications()tagSpecifications - `AWS::EC2::LaunchTemplate.TagSpecifications`.this@Stability(value=Stable) public CfnLaunchTemplateProps.Builder tagSpecifications(List<? extends Object> tagSpecifications)
CfnLaunchTemplateProps.getTagSpecifications()tagSpecifications - `AWS::EC2::LaunchTemplate.TagSpecifications`.this@Stability(value=Stable) public CfnLaunchTemplateProps build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplateProps>CfnLaunchTemplatePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.