| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FastLaunchSnapshotConfigurationResponse.Builder |
FastLaunchSnapshotConfigurationResponse.builder() |
FastLaunchSnapshotConfigurationResponse.Builder |
FastLaunchSnapshotConfigurationResponse.Builder.targetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
|
FastLaunchSnapshotConfigurationResponse.Builder |
FastLaunchSnapshotConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FastLaunchSnapshotConfigurationResponse.Builder> |
FastLaunchSnapshotConfigurationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EnableFastLaunchResponse.Builder |
EnableFastLaunchResponse.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)
The configuration settings that were defined for creating and managing the pre-provisioned snapshots for
faster launching of the Windows AMI.
|
default DescribeFastLaunchImagesSuccessItem.Builder |
DescribeFastLaunchImagesSuccessItem.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
default DisableFastLaunchResponse.Builder |
DisableFastLaunchResponse.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration)
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off.
|
Copyright © 2022. All rights reserved.