FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.accountId(String accountId) |
The owner account ID for the fast-launch enabled Windows AMI.
|
static FastLaunchConfiguration.Builder |
FastLaunchConfiguration.builder() |
|
FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.enabled(Boolean enabled) |
A Boolean that represents the current state of faster launching for the Windows AMI.
|
default FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.launchTemplate(Consumer<FastLaunchLaunchTemplateSpecification.Builder> launchTemplate) |
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to
create pre-provisioned snapshots.
|
FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.launchTemplate(FastLaunchLaunchTemplateSpecification launchTemplate) |
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to
create pre-provisioned snapshots.
|
FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.maxParallelLaunches(Integer maxParallelLaunches) |
The maximum number of parallel instances that are launched for creating resources.
|
default FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfiguration.Builder> 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.
|
FastLaunchConfiguration.Builder |
FastLaunchConfiguration.Builder.snapshotConfiguration(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.
|
FastLaunchConfiguration.Builder |
FastLaunchConfiguration.toBuilder() |
|