Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.FastLaunchSnapshotConfiguration.Builder
-
Packages that use FastLaunchSnapshotConfiguration.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of FastLaunchSnapshotConfiguration.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return FastLaunchSnapshotConfiguration.Builder Modifier and Type Method Description static FastLaunchSnapshotConfiguration.BuilderFastLaunchSnapshotConfiguration. builder()FastLaunchSnapshotConfiguration.BuilderFastLaunchSnapshotConfiguration.Builder. targetResourceCount(Integer targetResourceCount)The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.FastLaunchSnapshotConfiguration.BuilderFastLaunchSnapshotConfiguration. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type FastLaunchSnapshotConfiguration.Builder Modifier and Type Method Description static Class<? extends FastLaunchSnapshotConfiguration.Builder>FastLaunchSnapshotConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type FastLaunchSnapshotConfiguration.Builder Modifier and Type Method Description default FastLaunchConfiguration.BuilderFastLaunchConfiguration.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.
-