Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableFastLaunchResponse.Builder
Packages that use EnableFastLaunchResponse.Builder
-
Uses of EnableFastLaunchResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableFastLaunchResponse.BuilderModifier and TypeMethodDescriptionEnableFastLaunchResponse.builder()The image ID that identifies the AMI for which Windows fast launch was enabled.default EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder.launchTemplate(Consumer<FastLaunchLaunchTemplateSpecificationResponse.Builder> launchTemplate) The launch template that is used when launching Windows instances from pre-provisioned snapshots.EnableFastLaunchResponse.Builder.launchTemplate(FastLaunchLaunchTemplateSpecificationResponse launchTemplate) The launch template that is used when launching Windows instances from pre-provisioned snapshots.EnableFastLaunchResponse.Builder.maxParallelLaunches(Integer maxParallelLaunches) The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.The owner ID for the AMI for which Windows fast launch was enabled.EnableFastLaunchResponse.Builder.resourceType(String resourceType) The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.EnableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType) The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.default EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration) Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.EnableFastLaunchResponse.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration) Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI.The current state of Windows fast launch for the specified AMI.EnableFastLaunchResponse.Builder.state(FastLaunchStateCode state) The current state of Windows fast launch for the specified AMI.EnableFastLaunchResponse.Builder.stateTransitionReason(String stateTransitionReason) The reason that the state changed for Windows fast launch for the AMI.EnableFastLaunchResponse.Builder.stateTransitionTime(Instant stateTransitionTime) The time that the state changed for Windows fast launch for the AMI.EnableFastLaunchResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableFastLaunchResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableFastLaunchResponse.Builder>EnableFastLaunchResponse.serializableBuilderClass()