Uses of Interface
software.amazon.awssdk.services.ec2.model.FastLaunchSnapshotConfigurationRequest.Builder
-
Packages that use FastLaunchSnapshotConfigurationRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchSnapshotConfigurationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchSnapshotConfigurationRequest.Builder Modifier and Type Method Description static FastLaunchSnapshotConfigurationRequest.BuilderFastLaunchSnapshotConfigurationRequest. builder()FastLaunchSnapshotConfigurationRequest.BuilderFastLaunchSnapshotConfigurationRequest.Builder. targetResourceCount(Integer targetResourceCount)The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.FastLaunchSnapshotConfigurationRequest.BuilderFastLaunchSnapshotConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchSnapshotConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends FastLaunchSnapshotConfigurationRequest.Builder>FastLaunchSnapshotConfigurationRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FastLaunchSnapshotConfigurationRequest.Builder Modifier and Type Method Description default EnableFastLaunchRequest.BuilderEnableFastLaunchRequest.Builder. snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationRequest.Builder> snapshotConfiguration)Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch.
-