@Stability(value=Stable) public static final class CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistributionConfiguration.LaunchTemplateConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
accountId(String accountId)
|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty |
build()
Builds the configured instance.
|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
launchTemplateId(String launchTemplateId)
|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
setDefaultVersion(Boolean setDefaultVersion)
|
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder |
setDefaultVersion(IResolvable setDefaultVersion)
|
@Stability(value=Stable) public CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder accountId(String accountId)
accountId - The account ID that this configuration applies to.this@Stability(value=Stable) public CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder launchTemplateId(String launchTemplateId)
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.getLaunchTemplateId()launchTemplateId - Identifies the Amazon EC2 launch template to use.this@Stability(value=Stable) public CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder setDefaultVersion(Boolean setDefaultVersion)
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.getSetDefaultVersion()setDefaultVersion - Set the specified Amazon EC2 launch template as the default launch template for the specified account.this@Stability(value=Stable) public CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.Builder setDefaultVersion(IResolvable setDefaultVersion)
CfnDistributionConfiguration.LaunchTemplateConfigurationProperty.getSetDefaultVersion()setDefaultVersion - Set the specified Amazon EC2 launch template as the default launch template for the specified account.this@Stability(value=Stable) public CfnDistributionConfiguration.LaunchTemplateConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDistributionConfiguration.LaunchTemplateConfigurationProperty>CfnDistributionConfiguration.LaunchTemplateConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.