Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableFastLaunchResponse.Builder
Packages that use DisableFastLaunchResponse.Builder
-
Uses of DisableFastLaunchResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableFastLaunchResponse.BuilderModifier and TypeMethodDescriptionDisableFastLaunchResponse.builder()The ID of the image for which Windows fast launch was disabled.DisableFastLaunchResponse.Builder.launchTemplate(Consumer<FastLaunchLaunchTemplateSpecificationResponse.Builder> launchTemplate) The launch template that was used to launch Windows instances from pre-provisioned snapshots.DisableFastLaunchResponse.Builder.launchTemplate(FastLaunchLaunchTemplateSpecificationResponse launchTemplate) The launch template that was used to launch Windows instances from pre-provisioned snapshots.DisableFastLaunchResponse.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 of the Windows AMI for which Windows fast launch was disabled.DisableFastLaunchResponse.Builder.resourceType(String resourceType) The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.DisableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType) The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.DisableFastLaunchResponse.Builder.snapshotConfiguration(Consumer<FastLaunchSnapshotConfigurationResponse.Builder> snapshotConfiguration) Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.DisableFastLaunchResponse.Builder.snapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration) Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled.The current state of Windows fast launch for the specified Windows AMI.DisableFastLaunchResponse.Builder.state(FastLaunchStateCode state) The current state of Windows fast launch for the specified Windows AMI.DisableFastLaunchResponse.Builder.stateTransitionReason(String stateTransitionReason) The reason that the state changed for Windows fast launch for the Windows AMI.DisableFastLaunchResponse.Builder.stateTransitionTime(Instant stateTransitionTime) The time that the state changed for Windows fast launch for the Windows AMI.DisableFastLaunchResponse.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastLaunchResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisableFastLaunchResponse.Builder>DisableFastLaunchResponse.serializableBuilderClass()