Class DistributionConfigurationDistributionFastLaunchConfiguration.Builder
- java.lang.Object
-
- com.pulumi.aws.imagebuilder.outputs.DistributionConfigurationDistributionFastLaunchConfiguration.Builder
-
- Enclosing class:
- DistributionConfigurationDistributionFastLaunchConfiguration
public static final class DistributionConfigurationDistributionFastLaunchConfiguration.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DistributionConfigurationDistributionFastLaunchConfiguration defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionConfigurationDistributionFastLaunchConfiguration.Builder
accountId(java.lang.String accountId)
DistributionConfigurationDistributionFastLaunchConfiguration
build()
DistributionConfigurationDistributionFastLaunchConfiguration.Builder
enabled(java.lang.Boolean enabled)
DistributionConfigurationDistributionFastLaunchConfiguration.Builder
launchTemplate(DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate launchTemplate)
DistributionConfigurationDistributionFastLaunchConfiguration.Builder
maxParallelLaunches(java.lang.Integer maxParallelLaunches)
DistributionConfigurationDistributionFastLaunchConfiguration.Builder
snapshotConfiguration(DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration snapshotConfiguration)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DistributionConfigurationDistributionFastLaunchConfiguration defaults)
-
-
Method Detail
-
accountId
public DistributionConfigurationDistributionFastLaunchConfiguration.Builder accountId(java.lang.String accountId)
-
enabled
public DistributionConfigurationDistributionFastLaunchConfiguration.Builder enabled(java.lang.Boolean enabled)
-
launchTemplate
public DistributionConfigurationDistributionFastLaunchConfiguration.Builder launchTemplate(@Nullable DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate launchTemplate)
-
maxParallelLaunches
public DistributionConfigurationDistributionFastLaunchConfiguration.Builder maxParallelLaunches(@Nullable java.lang.Integer maxParallelLaunches)
-
snapshotConfiguration
public DistributionConfigurationDistributionFastLaunchConfiguration.Builder snapshotConfiguration(@Nullable DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration snapshotConfiguration)
-
build
public DistributionConfigurationDistributionFastLaunchConfiguration build()
-
-