Uses of Interface
software.amazon.awssdk.services.ec2.model.FastLaunchLaunchTemplateSpecificationRequest.Builder
-
Packages that use FastLaunchLaunchTemplateSpecificationRequest.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchLaunchTemplateSpecificationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchLaunchTemplateSpecificationRequest.Builder Modifier and Type Method Description static FastLaunchLaunchTemplateSpecificationRequest.BuilderFastLaunchLaunchTemplateSpecificationRequest. builder()FastLaunchLaunchTemplateSpecificationRequest.BuilderFastLaunchLaunchTemplateSpecificationRequest.Builder. launchTemplateId(String launchTemplateId)Specify the ID of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.BuilderFastLaunchLaunchTemplateSpecificationRequest.Builder. launchTemplateName(String launchTemplateName)Specify the name of the launch template that the AMI should use for Windows fast launch.FastLaunchLaunchTemplateSpecificationRequest.BuilderFastLaunchLaunchTemplateSpecificationRequest. toBuilder()FastLaunchLaunchTemplateSpecificationRequest.BuilderFastLaunchLaunchTemplateSpecificationRequest.Builder. version(String version)Specify the version of the launch template that the AMI should use for Windows fast launch.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchLaunchTemplateSpecificationRequest.Builder Modifier and Type Method Description static Class<? extends FastLaunchLaunchTemplateSpecificationRequest.Builder>FastLaunchLaunchTemplateSpecificationRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FastLaunchLaunchTemplateSpecificationRequest.Builder Modifier and Type Method Description default EnableFastLaunchRequest.BuilderEnableFastLaunchRequest.Builder. launchTemplate(Consumer<FastLaunchLaunchTemplateSpecificationRequest.Builder> launchTemplate)The launch template to use when launching Windows instances from pre-provisioned snapshots.
-