@Stability(value=Stable) public static final class CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistributionConfiguration.FastLaunchConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder accountId(String accountId)
accountId - The owner account ID for the fast-launch enabled Windows AMI.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder enabled(Boolean enabled)
enabled - A Boolean that represents the current state of faster launching for the Windows AMI.
Set to true to start using Windows faster launching, or false to stop using it.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder enabled(IResolvable enabled)
enabled - A Boolean that represents the current state of faster launching for the Windows AMI.
Set to true to start using Windows faster launching, or false to stop using it.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder launchTemplate(IResolvable launchTemplate)
launchTemplate - The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder launchTemplate(CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty launchTemplate)
launchTemplate - The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder maxParallelLaunches(Number maxParallelLaunches)
CfnDistributionConfiguration.FastLaunchConfigurationProperty.getMaxParallelLaunches()maxParallelLaunches - The maximum number of parallel instances that are launched for creating resources.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder snapshotConfiguration(IResolvable snapshotConfiguration)
CfnDistributionConfiguration.FastLaunchConfigurationProperty.getSnapshotConfiguration()snapshotConfiguration - Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty.Builder snapshotConfiguration(CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty snapshotConfiguration)
CfnDistributionConfiguration.FastLaunchConfigurationProperty.getSnapshotConfiguration()snapshotConfiguration - Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.this@Stability(value=Stable) public CfnDistributionConfiguration.FastLaunchConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDistributionConfiguration.FastLaunchConfigurationProperty>CfnDistributionConfiguration.FastLaunchConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.