| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
FastLaunchConfiguration |
FastLaunchConfiguration.clone() |
FastLaunchConfiguration |
FastLaunchConfiguration.withAccountId(String accountId)
The owner account ID for the fast-launch enabled Windows AMI.
|
FastLaunchConfiguration |
FastLaunchConfiguration.withEnabled(Boolean enabled)
A Boolean that represents the current state of faster launching for the Windows AMI.
|
FastLaunchConfiguration |
FastLaunchConfiguration.withLaunchTemplate(FastLaunchLaunchTemplateSpecification launchTemplate)
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create
pre-provisioned snapshots.
|
FastLaunchConfiguration |
FastLaunchConfiguration.withMaxParallelLaunches(Integer maxParallelLaunches)
The maximum number of parallel instances that are launched for creating resources.
|
FastLaunchConfiguration |
FastLaunchConfiguration.withSnapshotConfiguration(FastLaunchSnapshotConfiguration 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FastLaunchConfiguration> |
Distribution.getFastLaunchConfigurations()
The Windows faster-launching configurations to use for AMI distribution.
|
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.withFastLaunchConfigurations(FastLaunchConfiguration... fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Distribution |
Distribution.withFastLaunchConfigurations(Collection<FastLaunchConfiguration> fastLaunchConfigurations)
The Windows faster-launching configurations to use for AMI distribution.
|
Copyright © 2022. All rights reserved.